LLM at the Orbitrage gateway
and every agent’s call is routed and traced.
Install
Setup
Managed tools (server-side, no keys)
CrewAI agents use CrewAI-native tools, but you can call managed tools directly through the LLM withllm.call(...) —
Orbitrage runs them server-side and returns the final answer.
CrewAI’s
LLM doesn’t forward custom headers, so per-request user_id
switching isn’t available through it — the user_id you pass to
orbitrage.init() attributes the whole crew’s run.