Start Agent
Create a new agent session.Request Body
Response
Returns aSession object:
Example
Resume Agent
Resume an existing agent session and load its model/extensions.Request Body
Response
Example
Stop Agent
Stop a running agent and clean up resources.Request Body
Example
Restart Agent
Restart an agent, reloading its configuration and extensions.Request Body
Response
Update Provider
Change the AI model provider for an agent.Request Body
Example
Update Working Directory
Change the agent’s working directory.Request Body
List Tools
Get all available tools for a session.Query Parameters
session_id(required): Session identifierextension_name(optional): Filter tools by extension