Skip to main content
You built an agent that can search, deploy, merge pull requests, and page on-call. Now you need to know what it actually did in production — and stop it before it does something irreversible. Apie instruments your agents with run tracking, tool-call telemetry, guardrails, and human approval flows. Telemetry batches in the background so your agent loop stays fast.

What you can do with Apie

See every tool call

Trace runs and sessions in the dashboard. Replay what your agent did step by step.

Read the session story

Turn session telemetry into summaries, story timelines, action items, and guardrail recommendations.

Declare boundaries

Register expected tools and capabilities. Detect when production behavior drifts from what you declared.

Guard risky actions

Start in Monitor mode to observe. Switch to Enforce mode to block deploys, secret reads, and destructive commands.

Require human approval

Pause execution when a guardrail requires approval. Resolve in the Apie dashboard.

Instrument MCP without rewriting code

Point your MCP host at the Apie proxy. Every tool call is observed and optionally guarded.

Ship telemetry reliably

Batch events, persist the queue to disk, redact secrets, and flush on shutdown.

How it fits together

Choose your path

If you…Start here
Have never used ApieConnect your first agent
Use MCP in Cursor or Claude DesktopMCP proxy
Use LangChain, OpenAI Agents, or similarChoose how to instrument
Need a readable review of what a session didRuntime intelligence
Need to block production deploysGuardrails
Run orchestrator + worker agentsMulti-agent pipelines

SDKs

Apie ships official SDKs for TypeScript and Python. Documentation is organized by what you want to accomplish — code examples show both languages side by side.
LanguagePackageRequirements
TypeScript@apie-sh/sdkNode.js 20+, native fetch
Pythonapie-sdkPython 3.10+
Install the CLI for onboarding and diagnostics:
npm install @apie-sh/sdk
npm install -D @apie/cli

Next steps

Connect your first agent

Register an agent and send your first test event in minutes.

Choose how to instrument

Pick the right integration tier for your runtime.