1. Sign in and get a key
Sign in at the web app (Google or email), then under Settings mint an API key. Store it once:2. Get traces in
Either upload an export your framework or tracing tool wrote (any of the accepted formats; check it first):--tools, --schema, --openapi, --tool-defs, --docs.
--watch tails the build log. A build takes minutes; it ends with the
headline: trace conformance (the share of replayed conversations the
twin answered as production did), decision conformance, and the count
of tools by attention (healthy, inaccurate, unmeasured, imagined,
broken).
3. Point your agent at the twin
The twin answers the tool plane. From a shell:/v1/envs/<slug>/tools
(native, OpenAI or Anthropic dialect), opens a session, and posts each
call to the session; every answer carries its fidelity grade and
whether it was downgraded. The tool plane reference
has the routes; examples/tool-plane-agent in the repository is a
complete agent.
4. Replay and improve
mirrors mirrors config change
from the CLI; saving makes a config version and the next build applies
it. Proposals do this for you: mirrors improve proposals draft reads
the drift and drafts a change set you accept or reject.