The platform01 Connect02 Build03 Deploy04 Run05 Govern06 Scale07 Observe
The Compass platform

Everything it takes to
put AI to work

From the first connection to a live, observable system — Compass covers the whole lifecycle. Here’s the walkthrough.

01Connect02Build03Deploy04Run05Govern06Scale07Observe
01Connect

Bring your models, data, and tools together

A connection is a saved, reusable link to an external service, with its credentials stored securely. Create it once, reference it from any agent or workflow.

Providersthe brain your agents think with: Anthropic, OpenAI, LM Studio.

Integrationswhat your AI acts on: Postgres, or any OpenAPI service as typed actions.

Gatewaysan optional proxy (Apigee) for monitoring and policy.

Connections overview
Provider
Anthropic · OpenAI · LM Studio
Integration
Postgres · OpenAPI
Gateway
Apigee proxy
input
Output
Agent
Tools
Response
Output
Agent
InputAgentPromptWorkflowIntegrationOutput
02Build

A single agent, or a workflow on the canvas

Two first-class ways to build, and they’re peers. Use either, or combine them — an agent can even be a tool inside a workflow.

Agentsinstructions, a model, and the tools they’re allowed to use.

Workflowsa visual graph of nodes, wired output to input on the canvas.

Toolsan integration action, a whole workflow, or another agent.

Workflows & the canvas
03Deploy

Ship a version your team can run

Deploying freezes the current draft into an immutable, numbered version. A deployment is a movable pointer to one version — promote forward, or roll back anytime.

Versionsimmutable and numbered, so every run traces to an exact definition.

Deploymentspromote a version live; only deployed work can be run.

Rollbackpoint back to an earlier version instantly and atomically.

Versioning & deployment
v3Active
Promoted today · File Analyzer pipeline
v2
3 days ago
v1
2 weeks ago
Promote any version back to active
Compass Chatstreaming
Summarize last week’s failed runs.
3 runs failed — all on the S3 fetch step. view trace →
Schedule
0 9 * * 1
Next run · Mon 09:00
API
POST /v1/executions/
{ "input": … }
04Run

Trigger it however your team works

A trigger is what starts a run. Talk to it, put it on a timetable, or call it from your own systems — webhooks and events are on the way.

Compass Chata conversational interface; attach files, watch responses stream, traces one click away.

Schedulea cron-style timetable for recurring work.

APIrun from anywhere in your stack, over the REST API or SDK.

Triggers & schedules
05Govern

Humans stay in control

Letting AI act is a decision, not a default. Compass puts the controls where they belong — approval gates on the actions that matter, hard limits on spend, and roles that decide who can do what.

Approvalsgate any tool or action behind human sign-off; the execution pauses until someone decides, then resumes exactly where it stopped. Every decision is recorded — who, what, when.

Spend limitsbudgets on an organization, project, or connection — hit one and new work is blocked before the model is even called.

Rolesadmins, developers, and read-only viewers decide who builds, who runs, and who only watches.

Human-in-the-loop approvals
Approval requiredpaused
Database Retrieval Agent wants to run
postgres.execute · UPDATE orders …
ApproveRejectresumes on approval
Spend limit
$312 / $500project · monthly
Roles
Adminfull control
Developerbuild & run
Viewerread-only
Active now
1,248
Success
99.9%
p95
1.2s
invoice-batch · v7running
nightly-report · v3running
enrich-leads · v12running
A failed step resumes from its last checkpoint — never from scratch.
06Scale

Built to run at scale

Every agent and workflow runs on a durable execution engine — the layer most AI platforms don’t have. Each execution is checkpointed and orchestrated step by step, so it survives failures, scales to heavy workloads, and never does the same work twice.

Durablea failed step or a restarted machine resumes from its last checkpoint, not from scratch.

Scalablethousands of concurrent executions and long-running jobs — point an agent at a list and it fans out, one execution per item, at a concurrency you set.

Isolatedeach execution runs against its exact deployed version, on its own, with automatic retries on transient failures.

07Observe

See exactly what your AI did

Every execution records a trace of every step it took. Watch it stream live — node by node, token by token — or explore the whole tree afterward to understand and debug.

Executionsinput, output, tokens, duration, trigger, and which version executed.

Tracesevery node and tool call, nested, with inputs and outputs.

Debugreplay node by node to find exactly where something broke.

Executions & traces
Recent executions
File Analyzer · v32.4s1.2k tok
File Analyzer · v33.1s1.6k tok
File Analyzer · v20.8sfailed
Trace
input0.0s
Database Retrieval Agent2.1s
postgres.query0.4s
File Analyzer Agent1.8s
s3.get_object0.3s
outputdone

The whole lifecycle, one platform

Connect, build, deploy, run, govern, and observe — all in Compass.

Get startedBook a demo