This guide takes you from a fresh account to a running agent.
1. Create your workspace
Sign up at anysola.com. A default workspace is created for you automatically — you can rename it later in Dashboard → Settings.
2. Pick a plan
Agent deployment requires an active subscription. The Pro plan includes a 14-day free trial, 3 agents, and 50,000 operations per month. See Pricing for details.
3. Deploy an agent
From Dashboard → Agents, click Deploy agent, choose a category (document processing, customer ops, finance, compliance, or data), give it a name, and optionally select the system it should connect to.
The agent starts in deploying status and flips to active on its first operation.
4. Send your first operation
Create an API key under Dashboard → Settings → API keys, then:
curl -X POST https://anysola.com/api/agents/AGENT_ID/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "INVOICE_REVIEW", "detail": "INV-2041 processed"}'
5. Watch it work
Dashboard → Activity shows every operation in real time, including status, duration, and which agent handled it.
Next: Core concepts.