Getting Started

Run your first agent in minutes, then scale the same workflow through API when you are ready.

1

Create Your Account

Start on the free plan, then upgrade when you need higher limits and API access.

  • Starter: browser runs for fast exploration
  • Pro: higher run limits + API key access
  • Enterprise: custom limits and support
2

Run an Agent in Browser

Open any agent from the catalog, fill in the form fields, and run it immediately.

Choose workflow agent

Pick agents like Research Briefer, Data Analyst Lite, or Email Copilot.

Submit structured input

Paste transcripts, notes, or CSV snippets and choose your output format.

3

Scale with API

Reuse the same agent workflows programmatically in your backend.

Example API run

Send form fields and receive structured output.

POST /api/v1/runs
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "agent_slug": "research-briefer",
  "input": {
    "topic": "Onboarding friction interviews",
    "format": "Executive brief",
    "notes": "Paste raw interview notes here..."
  }
}

Next Steps