Guides
Task-oriented walkthroughs for building, operating, and integrating with Alumia.
These guides walk you end-to-end through concrete outcomes. Each one names the exact UI elements you'll click and the exact endpoints you'll hit.
Get started
- Build your first agent — sign up, create an agent, and chat with it in the lab.
- Multi-agent workflow — spawn a peer, watch them coordinate live on the canvas.
- Tool calling — wire built-in and connector-backed tools onto an agent.
Operate
- Bring your own provider key — route a model through your own Anthropic, OpenAI, or other provider account.
- Top up your balance — add funds via the in-chat card or the Billing page.
- Share a canvas — generate a read-only
/share/[token]link and revoke it later. - Troubleshooting — fix the errors you'll actually hit: 402, connector auth, rate limits, stuck tools.
Integrate
- API quickstart — generate a key and stream an agent reply with
curl. - Connect Gmail — finish OAuth, attach the connector to an agent, and ask it about your inbox.