Agoralia docs
Getting started

Sign up

Create your Agoralia workspace at app.agoralia.app, pick a plan (Free works to start), and log in for the first time.

Sign up

1. Create a workspace

Go to app.agoralia.app and sign up. You can register with email or with Google / Microsoft single sign-on.

2. Pick a plan

Choose a plan during sign-up. The Free plan works to get started and comes with a welcome credit, which is enough to complete the Quickstart and place your first call.

API access is included on every plan — there's no separate "developer" tier. Per-plan rate limits bound usage instead of a hard gate. There is no self-serve enterprise plan.

Wallet and minutes

Call minutes are billed from a prepaid wallet. Your welcome credit funds the first calls; after that you top up the wallet to keep calling. You can monitor balance and usage from the dashboard.

3. First login

After your first login you land in the dashboard, which is read-only — it shows live data, the audit log, and pending approvals. You don't configure agents or campaigns here; you build those over MCP, REST, or CLI.

Before you can drive Agoralia, set up a surface:

  • REST — go to Dashboard → API Keys and create a key (it starts with ag_). Send it in the X-API-Key header.
  • MCP — connect your MCP client and approve the OAuth scopes.
  • CLI — mint a CLI token in Dashboard → API Keys, then run agoralia auth login --token <TOKEN>.

See Authentication for the full setup of each surface.

Next