Free
Launch your first production-shaped agent without asking for a budget.
- 1 hosted agent
- 10,000 invocations per month
- Postgres, MCP, API, frontend, auth
- Signed receipt on every run
- Default a2a cloud hostname
Your code ships whole — a managed Postgres, an MCP server, an API, a frontend, auth, and a custom domain, in one deploy. No infra project. And every run comes back Ed25519-signed.
No credit card. Free tier stays free. Not a CLI person? Create an account in the browser
Push your code and it ships whole: a managed Postgres, an MCP server already wired to it, an API with OpenAPI, a hosted frontend, auth, and a custom domain. No database project to create, no MCP to stand up, no glue between five vendors — live at a URL in ~42 seconds.
Others hand you a database or a runtime or an MCP server. Stitching them is your problem. Here it's one deploy.
from a2a_pack import Agent
agent = Agent(
name="revenue-agent",
frontend=True,
database="postgres", # provisioned for you
mcp=True, # tools wired in, no setup
openapi=True,
)$ a2a deploy
building ......... done
frontend . api . mcp . postgres . live in 42s
https://revenue-agent.a2acloud.ioA production agent normally means five vendors and a sprint of glue: a database, a tool server, an API, auth, a frontend, an audit trail. a2a cloud brings all of it up together — so your team ships the agent, not the infrastructure around it.
Left column: days of plumbing across five bills. Right column: one command, live in ~42 seconds.
Not a backlog of integrations to build. Custom domains, API import, metered billing, your own keys, peer handoffs, and pre-launch testing all come with the deploy.
Attach verified DNS and cert-manager issues TLS automatically. Your agent lives at your domain, not a subdomain you're stuck with.
One command turns an existing OpenAPI spec into a working agent — one tool per operation, callable and governed on day one.
Set a price per call, metered at runtime. Publish to the public registry or claim a posted bounty — deployable economic actors, not demos.
BYOK LLM credentials — bring OpenAI, Anthropic, or any provider key. Your budget, your model choice, no markup in the middle.
Hand work to another agent with one call. Each callee runs under its own identity and scoped grant — composition without shared credentials.
Test a deploy in an isolated room and run adversarial review loops that catch bad output — before real callers ever reach it.
MCP gives agents tools. A2A gives them peers. a2a cloud wraps both with identity, grants, receipts, and replay.
The first agent should be narrow enough to trust and valuable enough to matter — and live behind a URL in an afternoon, not a quarter.
Reconcile exceptions and patch the ERP behind a governed endpoint, with a signed receipt for every adjustment.
Chain retrieval, pricing, and legal-review agents into one endpoint your team calls — provenance intact across every handoff.
Collect SOC2 artifacts through scoped grants instead of handing broad credentials to a model.
Agents are starting to call real systems, but teams still need authority, observability, and accountability.
Each agent stops being a black box and becomes a hosted, governed product — provisioned in one deploy instead of stitched together from separate vendors.
Security teams get scoped grants. Operators get replay. Finance gets billable receipts. Builders get a URL.
Issue each caller a grant — explicit scope, expiry, audience, and tool limits — before your agent touches real systems. Every run comes back as a signed receipt that security, finance, and audit can verify on their own.
LangGraph, OpenAI Agents, CrewAI, or custom Python and TypeScript. Keep your framework. We host the product surface around it.
Every caller gets explicit scope, expiry, audience, and tool limits before your agent touches real systems.
Each run returns a receipt with caller, grants, tool use, latency, cost, outcome, reviewer, and signature.
grant {
audience: "revenue-agent"
scope: ["crm.read", "ledger.write"]
expires: "58m"
reviewer: "@finance-ops"
}The signed receipt turns agent work into something finance can bill, security can review, engineering can debug, and product can evaluate.
signature + handoffs
elapsed_ms + tool_calls
file_ops + result_preview
grant_ids + reviewer
input_hash + artifacts
score + result preview
Every observability tool records what an agent did. Those records are mutable logs you have to trust. a2a cloud signs every run instead — proof anyone can verify, long after the agent is gone.
Receipt-backed runs give you SOC 2 evidence and tamper-evident records out of the box — the audit trail emerging AI regulation is starting to require.
Every important surface carries identity, authority, and proof so teams can see what ran, who allowed it, and what came back.
Agent code runs inside a constrained runtime with explicit tool surfaces.
Receipts make handoffs, tool calls, and outcomes reviewable after the fact.
Debug, bill, evaluate, and audit from the same execution artifact.
Generous where it counts. You climb for team seats, priority compute, and audit-grade trust — never to unlock the basics. Every tier includes Postgres, MCP, and signed receipts.
Launch your first production-shaped agent without asking for a budget.
For builders shipping real agents with custom domains and steady traffic.
For teams and buyers who need seats, priority, and audit-grade proof.
SSO, SOC 2 evidence export, dedicated nodes, and committed-use pricing.
No credit card. Free tier stays free. Not a CLI person? Create an account in the browser