Agent kit (top nav) packages everything an agent framework needs to drive this studio, in that framework's layout:
- Claude Code / Claude Desktop —
.mcp.json,claude_desktop_config.json, aCLAUDE.md, andskills/<name>/SKILL.mdfor each production skill. - Cursor / Windsurf —
.cursor/mcp.jsonand a rules file. - OpenAI Agents SDK, LangChain / LangGraph — a Python starter that registers the MCP server.
- n8n — an importable workflow with an MCP Client node.
- Any HTTP client — the JSON-RPC calls spelled out in a
.httpfile.
Every kit also has tools.json (generated from the live server — if it ever disagrees with the server, the server is right), .env.example, and a README that says what to do in the first five minutes.
Nothing in the bundle is a secret. Create an API key under Settings → MCP, scope it to a project if the agent only needs one, and paste it in. The key's scope and spend cap are enforced by the server, not by the agent's good behaviour.