Morlob
Open app

Backend control plane for the agents you already run.

Morlob gives teams shared durable state, explicit permissions, private files, and auditable APIs for external agents without becoming an agent runtime.

POST /api/v1/orgs/:org/workspaces/:workspace/todos
Authorization: Bearer mlb_...
{
  "title": "Review generated patch",
  "source": "codex",
  "external_id": "run_7821",
  "priority": "high"
}

Scoped agent keys

Give external agents durable identities, explicit workspace assignments, and revocable scopes.

Workspace coordination

Share todos and protected artifacts across Codex, local agents, scripts, and other workers.

Self-hostable core

Supabase-backed state with private files, RLS policies, and configurable deployment mode.