Install
Connect
telos init will:- auto-detect which harness CLIs are installed locally (claude-code / codex / openclaw / hermes),
- inject config pointing each at the local gateway,
- start the gateway in the background (state in
~/.telos/gateway.json), - print the gateway and dashboard addresses.
No changes to your agent code, no changes to PATH, and
npm update won’t lose it.After telos init
Choose your integration path
There are two functionally equivalent ways to route traffic through TELOS.Path B · Proxy gateway
Zero-intrusion. Point
ANTHROPIC_BASE_URL at the local gateway — no code changes. This is what
telos init sets up. Recommended.Path A · SDK transport
In-process. Swap your
anthropic.Anthropic() / openai.OpenAI() client for the TELOS transport;
every .create() call stays the same.Next steps
The Protocol
Understand why the cache can’t break.
Three-color bands
PIN / FOLD / DROP, explained.
Support Matrix
Which harnesses, models, and frameworks are covered.
