API access
Use Alumia agents and platform resources from your own application.
API access lets you invoke agents and platform workflows from your own application. Generate API keys from developer settings in your organization dashboard.
bash
Sign in to fill in your org and key
curl https://alumia.com/api/v1/agents \
-H "Authorization: Bearer alm_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "X-Alumia-Org: your-org"What you can build
- Trigger an agent from an external workflow.
- Create sessions and send messages.
- Read project and canvas state where your key has access.
- Connect Alumia to internal tools through your backend.
Keep API keys server-side. Do not place them in browser bundles, mobile apps, public repositories, or user-visible configuration.