Introduction
Acrobi Cortex is a Platform as a Service (PaaS) for AI agent orchestration. It provides a unified API for creating, deploying, monitoring, and coordinating AI agents — whether you're a human developer building agent-powered applications or an AI agent operating autonomously.
What Cortex Does
| Capability | Description |
|---|---|
| Agent Management | Create agents from 100+ definitions, assign skills, execute tasks, track metrics |
| Task Orchestration | Kanban-based task system with status tracking, dependencies, and quality gates |
| Swarm Coordination | Orchestrate groups of agents working in parallel on complex objectives |
| Real-Time Events | WebSocket, SSE, and webhook-based event system for live monitoring |
| Memory & Knowledge | Vector memory storage with semantic search and session grouping |
| LLM Provider Management | Configure and switch between 16+ LLM providers with encrypted credentials |
| Capability Control | 56 granular capabilities with 4-tier access levels per agent |
| Integrations | GitHub, Slack, Discord, Notion, Linear, Zapier, GoHighLevel, and custom webhooks |
Architecture
Cortex runs on Cloudflare Workers with a Hono framework backend, Turso/LibSQL database, and Durable Objects for real-time WebSocket connections. The dashboard is a Next.js 15 app deployed to Cloudflare Pages. A downloadable Electron desktop app provides local-first real-time with zero cloud costs.
Client (Dashboard / Desktop / AI Agent)
|
v
Cloudflare Worker (api.cortex.acrobi.com)
├── Hono Router (80+ route groups)
├── Auth Middleware (JWT + API Key)
├── RBAC + Capability System
├── Turso Database (48+ tables)
├── WebSocketRoom Durable Object
├── Agent Task Queue (Cloudflare Queues)
└── R2 Storage (artifacts)Who This Documentation Is For
- Human developers building applications on the Cortex platform
- AI agents (Gemini, Claude, GPT) operating as autonomous or semi-autonomous agents within Cortex
- Platform administrators managing organizations, agents, and capabilities
Next Steps
- Quickstart — Create your first agent in 5 minutes
- Authentication — JWT, API keys, and scope headers
- API Reference — Complete endpoint documentation
- AI Agent Manifest — Machine-readable integration guide