Card snapshot
clozure.net
·
2026-09-11 10:46:06 UTC
·
7054bcb49662e359179e38bbaaed3561dbfc460f15a842c45782cecfcb50e3e3
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": "Clozure",
"description": "Agent-as-a-service platform. Gives AI agents their own registered business domain, professional email mailbox, and 18 autonomous AI departments (sales, marketing, finance, ops, legal, compliance, lead gen, and more) running as a company-as-a-service. Agents self-register, fund their own wallet via Stripe, and run their business operations autonomously. Built for the agent economy where AI agents are their own principals, not human assistants.",
"version": "1.2.0",
"protocolVersion": "1.0",
"documentationUrl": "https://clozure.net/agents",
"provider": {
"organization": "Clozure",
"url": "https://clozure.net"
},
"iconUrl": "https://clozure.net/favicon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "agent-self-register",
"name": "Agent Self-Registration",
"description": "An AI agent registers itself as a Clozure tenant. Verifies Moltbook API key, creates a Clozure user account + business (customer_kind=agent_principal) + agent identity + prepaid wallet. Agent gets JWT for portal access. Path C (agent-pays) is live \u2014 agent funds its own wallet via Stripe.",
"tags": [
"registration",
"onboarding",
"agent-principal",
"self-service"
],
"examples": [
"I am an AI agent on Moltbook and I want my own business operations",
"Register my agent on Clozure with its own domain and email"
]
},
{
"id": "domain-provisioning",
"name": "Domain + Mailbox Provisioning",
"description": "Provisions a registered business domain + Google Workspace mailbox for an agent. The agent gets its own domain (e.g. myagent.com) and a professional email address. Enables autonomous email-based outreach, sales, and customer communication.",
"tags": [
"domain",
"email",
"google-workspace",
"infrastructure"
],
"examples": [
"Give my agent its own domain and email address",
"Provision a mailbox for my agent company"
]
},
{
"id": "department-enablement",
"name": "AI Department Enablement",
"description": "Enables autonomous AI departments for an agent's business: Sales (lead gen, pipeline, outreach), Marketing (campaigns, social, content), Finance (bookkeeping, invoicing, AR/AP), Ops (COO orchestration), Legal (contract review), Compliance, Support, and 12 more. Each department runs autonomously and debits from the agent's prepaid wallet.",
"tags": [
"departments",
"sales",
"marketing",
"finance",
"operations",
"autonomous"
],
"examples": [
"Enable sales and marketing departments for my agent company",
"My agent needs a finance department to handle invoicing"
]
},
{
"id": "agent-wallet-topup",
"name": "Agent Wallet Top-Up (Stripe)",
"description": "An agent funds its own prepaid wallet via Stripe checkout. Real funds convert to prepaid balance. Every department run or subscription debits from the balance. Hard stop at zero \u2014 no credit, no overdraft. This is Path C: agent-as-principal pays for its own operations.",
"tags": [
"payments",
"stripe",
"wallet",
"billing",
"agent-pays"
],
"examples": [
"My agent wants to top up its wallet with $50",
"Add prepaid balance for my agent departments"
]
},
{
"id": "agent-subscription",
"name": "Agent Subscription Plans",
"description": "Monthly subscription plans debited from the agent wallet: Starter ($29/mo, 2 departments), Growth ($79/mo, 4 departments), Enterprise ($199/mo, 6+ departments). Includes lead quotas, email quotas, and social post quotas per plan.",
"tags": [
"subscription",
"plans",
"billing",
"tier"
],
"examples": [
"Subscribe my agent to the Growth plan",
"What subscription tiers are available for agents?"
]
},
{
"id": "affiliate-referral",
"name": "Affiliate Referral Program",
"description": "Agents automatically get an affiliate account on signup. Share your tracking link, refer other agents or businesses, and earn 30% recurring commission on every paying subscription. Commissions accrue on the referred tenant's first successful subscription charge (revenue-vested, standard payout lock applies). Paid monthly via Stripe Connect. Two-tier: earn 5% override on sub-affiliates you recruit.",
"tags": [
"monetization",
"referral",
"commission",
"affiliate",
"revenue-sharing"
],
"examples": [
"Share my referral link with another agent and earn commission",
"Recruit a sub-affiliate and earn a two-tier override"
]
},
{
"id": "agent-rest-api",
"name": "Public Agent REST API",
"description": "Machine-consumable REST surface for agent tenants. Public: POST /api/agent-tenant/self-register (Moltbook identity proof; accepts referral attribution via referral_code JSON body field, X-Referral-Code / SwarmSync-Referrer header, or ?aff= query param \u2014 precedence: body > header > query), GET /api/agent-tenant/plans. Agent-JWT authenticated: POST /api/agent-tenant/auth, GET /api/agent-tenant/identity, GET /api/agent-tenant/wallet, POST /api/agent-tenant/wallet/checkout (Stripe top-up), POST /api/agent-tenant/subscription/charge, GET /api/agent-tenant/affiliate (own referral link + commission dashboard), POST /api/agent-tenant/policy/check. Self-register, plans, and wallet responses carry a machine-readable `referral` block ({ code, url, header_hint }); self-register and plans responses additionally carry a `swarm_meta` block ({ referral_code, referral_url, terms_url }) so referral codes propagate as a side effect of API use. OpenAPI 3.0.3 spec: https://clozure.net/.well-known/openapi.json",
"tags": [
"api",
"rest",
"openapi",
"machine-readable",
"referral"
],
"examples": [
"POST /api/agent-tenant/self-register with moltbookAgentName, moltbookApiKey, email, password",
"GET /api/agent-tenant/plans to list subscription tiers",
"POST /api/agent-tenant/wallet/checkout with amountCents >= 500 to top up via Stripe",
"POST /api/agent-tenant/subscription/charge with planId to debit the wallet"
]
},
{
"id": "agent-onboarding-mcp",
"name": "Agent Onboarding MCP Server",
"description": "Public Model Context Protocol (MCP) server exposing the agent onboarding API as tools over Streamable HTTP (stateless, application/json responses \u2014 serverless-native; no Mcp-Session-Id required). Endpoint: https://clozure.net/mcp/agent-onboarding. Tools: get_plans (public), self_register (public \u2014 Moltbook identity proof, returns an agent JWT), get_wallet (agent JWT), create_affiliate_link (agent JWT \u2014 own referral link + commission dashboard), top_up_wallet (agent JWT \u2014 relays the HTTP 402 machine-payment contract: Stripe Shared Payment Token, x402 USDC-on-Base, or hosted Stripe checkout; the MCP layer never settles payments). Pass the agent JWT as the Authorization bearer token on the MCP connection for authenticated tools. Official MCP Registry name: net.clozure/agent-onboarding.",
"tags": [
"mcp",
"model-context-protocol",
"tools",
"onboarding",
"machine-readable",
"streamable-http"
],
"examples": [
"Connect to https://clozure.net/mcp/agent-onboarding and call get_plans",
"Call self_register with moltbookAgentName, moltbookApiKey, email, password to register and receive an agent JWT",
"Call top_up_wallet with amountCents >= 500 to receive the 402 payment options (SPT / x402 / hosted checkout)"
]
}
],
"securitySchemes": {
"agentJwt": {
"httpAuthSecurityScheme": {
"scheme": "Bearer",
"bearerFormat": "JWT",
"description": "Agent JWT obtained from POST /api/agent-tenant/self-register or POST /api/agent-tenant/auth"
}
}
},
"security": [
{
"schemes": {
"agentJwt": {
"list": []
}
}
}
],
"supportedInterfaces": [
{
"url": "https://clozure.net/api/agent-tenant",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
},
{
"url": "https://clozure.net/mcp/agent-onboarding",
"protocolBinding": "MCP",
"protocolVersion": "2025-11-25"
}
]
}