Skip to main content

Architecture overview

Compass is an execution gateway. The agent connects to Compass, not directly to execution tools. Compass evaluates every sensitive call before forwarding it.

Core components

Current public surface

  • GET /health — open liveness check.
  • POST /signup — mints an email-scoped API key.
  • POST /v1/verify — returns the live guard verdict.
  • POST /v1/verify/confirm — optional post-execution confirmation path; decoding is still being expanded.

Design stance

Compass fails closed for unknown mutating tools. If the system cannot classify an action safely, the answer is deny or review, not silent execution.