Agentity exposes its tools as an MCP (Model Context Protocol) server. Any MCP-compatible agent framework can connect to it and call tools to provision and manage agent identities. The MCP server URL is:Documentation Index
Fetch the complete documentation index at: https://docs.agentity.to/llms.txt
Use this file to discover all available pages before exploring further.
Adding to your MCP client
Generate an API key
Create an API key from the dashboard. Make sure you have supplied api keys for all providers you support.
Add the server config to your MCP client
Passing agent IDs
Every tool call requires a uniqueagentId string that identifies the agent making the call. Use a stable identifier — a UUID or a meaningful name — so the agent can reliably retrieve the same identity and vault across sessions.
The MCP server uses Streamable HTTP transport (not WebSocket or stdio). Make sure your MCP client supports this transport type.