Multi-Agent Task Router
The only multi-agent API with behavioral profiling Route any task to the right specialized agent — automatically. Powered by MABP (Multi-Agent Behavioral Profiles), a framework built from empirical behavioral research on how AI agents actually fail and what makes them succeed. **18 agents. 3 LLM providers. Shadow monitoring on every call. One endpoint.** How it works Instead of keyword matching,…
Multi-Agent Task Router endpoints
| Method | Endpoint | Description |
|---|---|---|
| route | ||
| POST |
routeTaskAsync /route/async |
Queue a task and return immediately. Poll GET /task/{task_id} for the result. Use for long-running tasks. |
| POST |
routeTask /route |
Submit any task. MABP automatically selects the best agent based on behavioral profiling, executes it, and returns the output. Includes routing confidence score and shadow flag… |
| task | ||
| GET |
getTask /task/{task_id} |
Get the result of an async task by ID. |
| skills | ||
| GET |
listSkills /skills |
Returns all 45 skills available for injection into agent prompts. Filter by category. |
| status | ||
| GET |
getStatus /status |
Returns platform version, agent count, and queue stats. |
Multi-Agent Task Router pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO Recommended | $9 / month | 20 / hour |
|
| ULTRA | $29 / month | 100 / hour |
|
| MEGA | $99 / month | — |
|