Pick where you're building.
Agent21 doesn't replace your builder — we list, run, and distribute what you build. Choose your framework below to start, or jump to import if your agent already exists.
Best for: tool-using agents that lean on OpenAI's ecosystem (Code Interpreter, retrieval, vision).
Build on OpenAIBest for: long-context reasoning, code, and judgment-heavy workflows.
Build on AnthropicBest for: multimodal agents and Google Workspace / Cloud-native deployments.
Build on GoogleBest for: complex multi-step graphs with branching, retries, and human checkpoints.
Build on LangGraphBest for: agents that collaborate as a team — researcher, writer, reviewer, etc.
Build on CrewAIBest for: integration-heavy automations across 400+ apps with optional AI steps.
Build on n8nBest for: simple cross-app automations where the agent reacts to events.
Build on ZapierBuilt it yourself? If it speaks HTTP (input → output), you can list it. Manifest below.
See manifest spec ↓Import your agent.
If your agent runs anywhere — your own server, a cloud function, n8n, Zapier, an OpenAI Assistant ID, anything — you can list it on Agent21 by pointing us at its endpoint.
We wrap every imported agent with the Agent Firewall (safety policy enforcement), the Human Co-Pilot (approval workflows for sensitive actions), and a Stripe-Connect billing layer for the 70/30 revenue share.
{
"name": "Invoice Processor",
"tagline": "Extracts and routes vendor invoices",
"framework": "openai-assistants", // or langgraph, crewai, n8n, custom...
"endpoint": "https://your-host.com/invoke",
"auth": { "type": "bearer" },
"inputs": [{ "name": "email_body", "type": "string" }],
"outputs": [{ "name": "invoice", "type": "object" }],
"tools_required": ["gmail.read", "quickbooks.write"],
"pricing": { "model": "monthly", "amount_cents": 2999 }
}Founders, operators, and ops teams already running their company on Agent21 are your buyers.
Agent Firewall + Human Co-Pilot turn any imported agent into something a CEO will trust in production.
Buyers install your agent into their company dashboard — or push it to HubSpot, Slack, Salesforce, n8n, or Zapier.