# OpenAI Agents SDK (/docs/integrations/openai-agents)



The OpenAI Agents SDK runs on the OpenAI Responses API, which TokenPolice taps directly. Agent
runs — and their tool calls — are metered with no agent-specific code. Init as usual; see
[init parameters](/docs/sdk/init).

## Python [#python]

```bash
pip install "token-police[openai-agents]"
```

## Node [#node]

`@openai/agents` is metered on the **base install** — no extra, no wiring. Tool spans are captured
automatically.

## Next [#next]

<Cards>
  <Card title="Sessions, workflows & traces" href="/docs/concepts/sessions-and-traces" description="How agent runs and tool calls show up as a trace." />

  <Card title="Support matrix" href="/docs/integrations/matrix" description="Every provider and framework at a glance." />
</Cards>
