Back to CloudClaw
Card snapshot
mycloudclaw.com
·
2026-05-18 14:28:37 UTC
·
5d447f1366a72932ad11fe4bc8ef3953d757f789f7f58ba7a9f5d7465f6ffe14
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "CloudClaw",
"description": "AI agent hosting platform with 83 service connectors",
"url": "https://mycloudclaw.com",
"version": "2.0.0",
"provider": {
"organization": "CloudClaw",
"url": "https://mycloudclaw.com"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"defaultInputModes": [
"text",
"audio"
],
"defaultOutputModes": [
"text",
"audio"
],
"skills": [
{
"id": "agent-chat",
"name": "Agent Chat",
"description": "Chat with any deployed AI agent via natural language",
"tags": [
"chat",
"ai",
"conversation"
],
"examples": [
"POST /api/agents/{slug}/chat with { message, tenant_id }"
]
},
{
"id": "connector-tools",
"name": "Connector Tools",
"description": "Execute tools across 83 installed connectors (Slack, GitHub, HubSpot, Stripe, etc.)",
"tags": [
"connectors",
"api",
"integration"
]
},
{
"id": "mcp-server",
"name": "MCP Server",
"description": "Model Context Protocol server with tool access via Streamable HTTP",
"tags": [
"mcp",
"tools",
"protocol"
]
},
{
"id": "agent-discovery",
"name": "Agent Discovery",
"description": "Discover and interact with agents via per-agent llms.txt and A2A cards",
"tags": [
"discovery",
"a2a",
"llms-txt"
]
},
{
"id": "security-posture",
"name": "Security Posture Check",
"description": "Audit credential health, permissions, and security configuration",
"tags": [
"security",
"audit"
]
}
],
"authentication": {
"schemes": [
"bearer",
"oauth2"
],
"credentials": "OAuth 2.0 access token, CloudClaw MCP API key (mcp_xxxx), or JWT session token",
"oauth_metadata_url": "https://mycloudclaw.com/.well-known/oauth-authorization-server"
},
"discovery": {
"llms_txt": "https://mycloudclaw.com/llms.txt",
"mcp_json": "https://mycloudclaw.com/.well-known/mcp.json",
"openapi": "https://mycloudclaw.com/api/openapi/spec",
"agent_llms_txt_template": "https://mycloudclaw.com/api/agents/{slug}/llms.txt"
}
}