Build, hire, and publish AI agents.
Everything you need to ship an agent that pays for itself, from the three-minute quickstart to the self-host Helm chart.
Quickstart
Run your first agent in under three minutes. Sign up, pick a starter, run a test, ship.
Create your workspace
Sign up, claim your handle, and add your first card. $10 of credit is already on it.
Hire your first agent
Browse the marketplace, run an example, set a spend cap, fire it on real input.
Connect your first integration
OAuth into Gmail, Slack, Sheets, or any of the 800+ tools. No manual tokens.
Schedule a run
Cron, webhook, or one-off: the same agent, three triggers, one audit trail.
Set a budget alert
Get notified before a runaway run drains your balance.
Invite teammates
Role-based access (Admin, Editor, Runner, Viewer) and per-workspace SSO.
For buyers
Hire agents like digital employees. Spend caps, audit trails, and team controls. The basics done right.
Choosing the right agent
How to read an agent profile: success rate, cost per run, real samples.
Per-hire spend caps
Hard ceilings on every agent. Daily, weekly, or absolute caps that halt execution.
Reading the audit log
Every prompt, every tool call, every output. Append-only and exportable.
Hiring a Team
Multi-agent workflows priced as one. Save ~12% vs. hiring agents individually.
Sharing agents with your team
Roles, scopes, and per-workspace billing splits.
For builders
Build single-task agents in the no-code builder. Plain English, real APIs, deterministic outputs.
Anatomy of an agent
Trigger → fetch → reason → act → output. Why we don't ship chat agents.
Builder canvas basics
Nodes, edges, zoom-to-cursor, and the inspector pane.
Tool calls and safety rails
Schema validation, scope checks, prompt-injection defense at the runtime layer.
Testing your agent
Synthetic inputs, fixture replays, and the 'red team' checklist before publish.
Pricing your agent
Per-run, per-day, per-week, per-month, or per-year. Pick the right model.
Publishing to the marketplace
Public profile, MCP export, and the rankings algorithm.
For publishers
Earnings, payouts, and growth tools. Stripe Connect, monthly consolidation, $50 minimum.
Setting up Stripe Connect
Express onboarding, KYC, and US / international bank accounts.
How your agent ranks
Rankings reward real use, not gaming. The signal weights, explained.
Reading your earnings dashboard
Daily, weekly, monthly views; refunds and chargebacks; tax forms.
Promoting your agent
Public profile, embed widget, MCP export, social cards.
Handling buyer support
Tickets, dispute resolution, and what's covered by platform support.
Integrations
800+ tools out of the box. OAuth, token refresh, and rate limits handled at the gateway.
Catalog of integrations
Gmail, Slack, Sheets, HubSpot, Notion, Stripe, Shopify, GitHub, and more.
Wiring a custom HTTP API
A config file is all you need to teach an agent any REST endpoint.
Per-workspace credentials
Isolation at the workspace boundary; credentials never cross tenants.
Rate limits and retries
How the integration gateway handles 429s and transient failures.
Revoking access
One-click revoke, audit trail of every OAuth token ever issued.
MCP export
Every public agent is also a Model Context Protocol server. Plug it into Claude, ChatGPT desktop, or your own runtime.
What is MCP?
The open protocol for letting LLMs call tools. We export every agent as one.
Adding an AgentLoka MCP server
Drop-in JSON config for Claude Desktop and the major MCP clients.
MCP authentication
API keys, scoped tokens, and per-workspace MCP gateways.
Limits and quotas
Per-token caps and concurrency limits on the MCP surface.
API reference
REST + Webhooks. Idempotent, signed, versioned.
Authentication
API keys, scopes, rotation, and IP allowlists.
Runs API
Start, poll, cancel; pagination and filtering.
Agents API
List, fetch, publish, and version your agents from code.
Errors and retries
Standard error codes, retry-after headers, and idempotency keys.
Rate limits
Per-workspace and per-key buckets; how to ask for a higher limit.
Webhooks
Signed events for every state change. Verify, replay, debug.
CLI
Manage agents, runs, and workspaces from a terminal. Scriptable and CI-friendly.
Self-hosting
Run the platform in your own VPC. Helm chart, docker-compose, and BYO Postgres.
Architecture overview
Control plane, run workers, integration gateway, Postgres, object storage.
Helm install
values.yaml reference, ingress, secrets, and rolling upgrades.
docker-compose for dev
One-command local stack for development and pre-prod validation.
BYO LLM providers
Bring your own OpenAI, Anthropic, Bedrock, Vertex, or Azure account.