Braido

Documentation

Last updated Jun 10, 2026

Everything you need to build, run and automate crews of AI agents.

Quick start

  1. Create an agent — give it a role, goal and model.
  2. Add tasks and drop them into a crew.
  3. 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.braido.co/v1/crews/{id}/run -H "Authorization: Bearer $AURORA_KEY"