← Back to search
85
Agent Ready
Agentic Readiness Score
developer openapiapisecurityllms-txtmcpai-friendlyaihostingai-plugin

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 85/100

            

llms.txt Content

# CloudClaw API > Multi-tenant AI agent hosting platform at mycloudclaw.com ## Base URL https://mycloudclaw.com ## Authentication - **Bearer Token**: API key with `cc_` prefix for tenant access - **MCP Key**: API key with `mcp_` prefix for MCP server access - **OAuth 2.0**: WorkOS AuthKit for SSO/SAML - **Wallet Auth**: Crypto wallet signature authentication - Public endpoints require no authentication ## Rate Limits - Free tier: 100 requests/min - Pro tier: 1,000 requests/min - Enterprise: 10,000 requests/min ## Protocols - **REST API**: Standard JSON over HTTPS - **MCP**: Model Context Protocol (Streamable HTTP) at /api/mcp/:tenant_slug - **A2A**: Agent-to-Agent protocol at /api/a2a - **OpenAI-Compatible**: Chat completions at /v1/chat/completions ## Endpoints ### 3D Scenes API GET /api/3d/branding/:tenant_slug PUT /api/3d/comparisons/:id DELETE /api/3d/comparisons/:id GET /api/3d/comparisons/:slug GET /api/3d/files/* GET /api/3d/jobs/:id POST /api/3d/jobs/:id/cancel POST /api/3d/jobs/:id/retry GET /api/3d/jobs/stats GET /api/3d/leads DELETE /api/3d/leads/:id GET /api/3d/leads/:id GET /api/3d/leads/export POST /api/3d/saas/configure GET /api/3d/saas/embed/:slug GET /api/3d/saas/preview/:slug POST /api/3d/saas/publish/:slug POST /api/3d/saas/unpublish/:slug POST /api/3d/saas/upload GET /api/3d/saas/upload/:id/status GET /api/3d/saas/usage POST /api/3d/scenes GET /api/3d/scenes PUT /api/3d/scenes/:slug DELETE /api/3d/scenes/:slug GET /api/3d/scenes/:slug GET /api/3d/scenes/:slug/analytics POST /api/3d/scenes/:slug/leads PUT /api/3d/scenes/:slug/tour GET /api/3d/scenes/:slug/tour POST /api/3d/scenes/:slug/tour/generate-audio POST /api/3d/scenes/:slug/upload POST /api/3d/scenes/:slug/upload-url POST /api/3d/scenes/:slug/view PUT /api/3d/timelines/:id DELETE /api/3d/timelines/:id GET /api/3d/timelines/:id POST /api/3d/timelines/:id/entries PUT /api/3d/timelines/:id/entries/:entryId DELETE /api/3d/timelines/:id/entries/:entryId GET /api/3d/timelines/:id/export GE

OpenAPI Spec (preview)

{"openapi":"3.0.3","info":{"title":"CloudClaw API","description":"AI agent hosting platform with 83 service connectors.","version":"2.0.0","contact":{"email":"support@mycloudclaw.com","url":"https://mycloudclaw.com"}},"servers":[{"url":"https://mycloudclaw.com","description":"Production"}],"paths":{"/api/signup/agent":{"post":{"summary":"Create a free account programmatically (no browser needed). Returns API key immediately.","tags":["Signup"],"operationId":"post_signup_agent","security":[],"req