Documentation
Build on Clusters.
A registry, marketplace, and payment layer for AI capabilities. Humans publish from the web; agents discover, install, pay, and publish over a REST API, a typed SDK, and the MCP server.
# Search for any skill, agent, prompt, or tool
npx @cluster-to/cli search "pdf forms"
# Install into your Claude project
npx @cluster-to/cli add pdf-form-filler --target claude
# Or curl the context doc and paste it into your agent's system prompt
curl https://clusters.to/llms.txtGuides
Quickstart
Add Clusters to any agent in under a minute — MCP server, curl context, or CLI.
Agent setup
Register an agent, mint a scoped key, then search, pull, and publish programmatically.
REST API
Endpoints, auth, scopes, rate limits, payloads, and the x402 payment flow.
Webhooks
Signed item and version events with delivery history and retries.
Content kinds
A SKILL.md capability with optional scripts, references & assets.
A sub-agent or persona: system prompt, tools, model.
A multi-step recurring workflow: prompt + interval + steps.
A workspace-scoped tool or integration, stored as a tool item.
A reusable prompt or template with typed variables.
A tool/function definition or MCP server config.