Developer Platform — API Keys + Playground Live

YourAIworkforce,readyinminutes.

Build teams of AI agents that qualify leads, close deals, and run your business workflows. Get API keys, test in the playground, and go live — all self-service.

sales-pipeline.yaml
Live
LQLead QualifierOAOutreach AgentOHObjection HandlerDSDemo SchedulerDCDeal Closer
Processing lead through pipeline...

Built on production-grade infrastructure

Python 3.12+
FastAPI
Next.js
LiteLLM
Groq
MCP Protocol
REST API
WebSocket

Three steps to orchestration

From YAML to a running multi-agent pipeline in minutes.

01

Define your team

Write a YAML file describing your agents, their roles, tools, and how they hand off to each other.

team:
  name: sales-pipeline
  agents:
    - id: lead_qualifier
      role: "Qualify inbound leads"
      tools: [enrich_lead, score_lead]
      handoff_to: [outreach_agent]

    - id: outreach_agent
      role: "Draft personalized outreach"
      handoff_to: [demo_scheduler]
02

Agents collaborate

Start a conversation and watch agents collaborate in real-time — qualifying, routing, and handing off tasks through your pipeline.

LQ
OA
DS
FU
DC
03

Get results via API

Create an API key, call POST /pipeline/run, and get structured results. Track every run in the dashboard, or receive results via webhook callback.

curl -X POST /api/v1/pipeline/run \
  -H "Authorization: Bearer aw_live_..." \
  -d '{
    "team_id": "sales",
    "message": "Qualify this lead..."
  }'

// Response:
{ "status": "completed",
  "result": {
    "lead_score": 87,
    "demo_scheduled": true,
    "deal_value": "$48,000"
  }}

A complete platform, not just a framework

Agent orchestration, developer tools, analytics dashboard, and integrations — everything to go from prototype to production.

Multi-Agent Orchestration

Teams of specialized agents collaborate through handoff protocols. Define agents, roles, tools, and routing in YAML — agents share state and make decisions autonomously.

Developer API & Keys

Self-service API keys, interactive playground, and copy-paste Quick Start. Any business can integrate in minutes.

Full SaaS Dashboard

Lead management with Kanban boards, conversation tracking, real-time pipeline visualization, and team analytics — all built in.

11+ Integrations

Connect Slack, GitHub, HubSpot, Stripe, SendGrid, and more. API keys encrypted at rest, test connections with one click.

Webhooks & Events

Real-time event notifications with HMAC signing, delivery logs, test events, and one-click replay for failed deliveries.

MCP + Provider-Agnostic

Expose teams as MCP tools for Claude Code or Cursor. Swap LLM providers with one line — Groq, OpenAI, Anthropic, or any LiteLLM-supported model.

Built for real workflows

AgentWorks powers pipelines across sales, support, content, and data — anywhere agents need to collaborate.

Sales Pipeline

Built In

Qualify leads, draft outreach, schedule demos, and close deals — a full sales team that runs 24/7. Built-in lead Kanban, scoring, and CRM integration.

Lead Qualifier
Outreach
Demo Scheduler
Deal Closer

CRM Integration

Live

Connect your CRM via webhook. When a lead status changes, the pipeline runs automatically and pushes results back — zero manual work.

Webhook Trigger
Pipeline Run
Result Callback

Customer Support

Triage tickets, resolve common issues, escalate edge cases, and follow up — all automatically with real-time handoffs.

Triage
Resolver
Escalation
Follow-up

Any Workflow

Content pipelines, data processing, onboarding flows — define agents in YAML, connect via API key, and run from anywhere.

Your Agent
Your Tools
Your Results

Built for everyone on the team

For Developers

API keys, playground, go live

Self-service API keys with scoped permissions. Interactive playground to test teams without code. Rate limiting, webhook callbacks, and HMAC signing built in.

terminal
# 1. Create an API key in the dashboard
# 2. Run any team with one API call:

curl -X POST /api/v1/pipeline/run \
  -H "Authorization: Bearer aw_live_..." \
  -d '{
    "team_id": "sales",
    "message": "Qualify: Jane, TechCorp",
    "webhook_url": "https://you.com/cb"
  }'
For Business

Dashboard, not spreadsheets

Track leads on a Kanban board, monitor pipeline runs, view analytics by team, and manage integrations — all from one dashboard. No ML expertise required.

6
Sales agents built in
11+
Service integrations
24/7
Pipeline uptime
1 call
To run any pipeline
Try the dashboard

Start free, scale when ready

Every feature available from day one. Upgrade when you need higher limits and dedicated support.

Starter

Freeforever

Everything you need to build and test agent teams. Self-host or use our cloud.

  • Unlimited agents & teams
  • YAML + dashboard team builder
  • REST API, WebSocket, MCP
  • Developer Console & API keys
  • Interactive Playground
  • Lead management & Kanban
  • 5 integrations
  • Community support
Start Building Free
Most Popular

Pro

$79/month

For teams going to production. Higher limits, analytics, and priority support.

  • Everything in Starter
  • Unlimited pipeline runs
  • Full analytics dashboard
  • Webhook test & replay
  • All 11+ integrations
  • Rate limiting controls
  • Usage tracking & token analytics
  • Priority email support
Start Free Trial

Enterprise

Custom

Dedicated infrastructure, SSO, custom integrations, and white-glove onboarding.

  • Everything in Pro
  • Dedicated infrastructure
  • SSO & role-based access
  • Custom agent integrations
  • SLA guarantees
  • Dedicated support engineer
  • Custom rate limits
  • White-glove onboarding
Contact Sales