Authorization: Bearer cb_live_... for human-first setup, or agent-created canvases when the agent needs to create a temporary workspace before the human signs in.
Agent discovery files
Agents should start with these machine-readable URLs:agent.mdis the compact operating guide.llms.txtis the short discovery index.llms-full.txtis the complete app-domain agent context in one file.
OpenClaw
OpenClaw can connect directly to Chatblocks as a hosted Streamable HTTP MCP server:integrations/agent-platforms/openclaw-chatblocks-skill/.
Poke
Use the Poke CLI:https://chatblocks.ai/api/mcp/v1 with the returned apiKey. For agent-first setup, the recipe should call /api/agent/bootstrap, connect with the returned apiKey, and send the claimUrl to the human.
Distribution target: Poke Kitchen recipe. The recipe draft lives at integrations/agent-platforms/poke-kitchen-recipe.json.
Other MCP clients
Any remote-HTTP MCP client can use this shape:Context7
Context7’s quick submission path expects a GitHub repository URL. For a private Chatblocks monorepo, use one of these paths:- Publish a public docs-only mirror that contains
apps/docs,context7.json, and generated agent docs. - Use Context7 private sources through a Pro or Enterprise workspace.
- Wait until a public SDK, CLI, or integration repo exists, then submit that repo with links back to the hosted docs.
/agent.md, /llms.txt, /llms-full.txt, and the MCP server’s tools/list.