AI agent platform — multi-tenant SaaS for building, running, and orchestrating LLM agents.
- sdk — Go shared library: migrator, log, observability, common errors
- proto — gRPC
.proto+ OpenAPI specs (cross-service contracts) - cli —
agentctlcustomer command-line interface
12 GitHub repos, microservices, schema-per-service in single Postgres. See docs/adr/ for foundational decisions.
| Service | Repo | Description |
|---|---|---|
| gateway | paper-board/gateway (private) |
Public API entry, auth middleware |
| identity | paper-board/identity (private) |
Users, orgs, RBAC, JWT, MFA |
| agents | paper-board/agents (private) |
Agent CRUD, sessions, prompt, LLM |
| billing | paper-board/billing (private) |
Subscriptions, Stripe, metering |
| platform | paper-board/platform (private) |
Audit, notify, webhook |
| runtime | paper-board/runtime (private) |
Per-tenant data plane |
| compute | paper-board/compute (private) |
gVisor sandbox, code execution |
Pre-launch. Phase 1 in progress (schema foundation). See individual repos for details.
Vulnerability disclosure: security@paperboard.app. See SECURITY.md.