Update agent session
Updates an existing agent session. Can be used to change the title, model, or active tools.
Documentation Index
Fetch the complete documentation index at: https://docs.ubik-agent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Path Parameters
Body
New title for the session.
List of tool IDs to enable for this session. Replaces existing tools.
List of skill IDs to enable for this session. Replaces existing skills.
Model to use for this session.
Status of the session.
The external user ID associated with this session.
Update the active MCP servers for this session mid-conversation.
Response
Successful Response
Unique identifier for the session.
Current status (e.g., 'active', 'completed').
Creation timestamp.
Last update timestamp.
Title of the session.
Model being used.
The external user ID associated with this session, if any.
List of tools enabled for this session.
List of skills enabled for this session.
List of documents linked to this session.
List of workspaces linked to this session.
The currently active MCP configuration for this session.

