Everything you need to build, run and automate crews of AI agents.
Quick start
- Create an agent — give it a role, goal and model.
- Add tasks and drop them into a crew.
- Wire a trigger and hit Run.
Core concepts
Agents are reusable workers. Tasks describe work and expected output. Crews combine them into a sequential or hierarchical process.
API
Trigger crews programmatically with a scoped API key:
curl -X POST https://api.auroracrew.io/v1/crews/{id}/run -H "Authorization: Bearer $AURORA_KEY"