Skip to content

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

CapabilityDescription
Agent ManagementCreate agents from 100+ definitions, assign skills, execute tasks, track metrics
Task OrchestrationKanban-based task system with status tracking, dependencies, and quality gates
Swarm CoordinationOrchestrate groups of agents working in parallel on complex objectives
Real-Time EventsWebSocket, SSE, and webhook-based event system for live monitoring
Memory & KnowledgeVector memory storage with semantic search and session grouping
LLM Provider ManagementConfigure and switch between 16+ LLM providers with encrypted credentials
Capability Control56 granular capabilities with 4-tier access levels per agent
IntegrationsGitHub, 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

Built by Acrobi