agent-management MCP server.
Overview
The agent management tools let you build applications that:- Create and configure agents with custom instructions and tool access
- Have conversations with agents across multiple messages
- Manage chat sessions — list, create, and reset conversations
- Retrieve artifacts — list files created by agents during code execution
- Create an agent with
agent_create(or use an existing one viaagent_list). To give an agent tool access, pass theserversparameter with MCP server names and tool names — usecapabilities_discoverto find valid values. - Invoke the agent with
agent_invoke— this starts a conversation and returns achatId - Continue the conversation by calling
agent_invokeagain with the samechatId - List artifacts created during the conversation with
chat_list_artifacts
Authentication
All calls require a runtime token. See Authentication for how to exchange your API key.Quick Start
Create an agent
Start a conversation
Continue the conversation
Pass thechatId from the previous response to continue with message history:
Available Tools
See the full server reference for parameters, schemas, and response formats for each tool.

