paybondpaybond
Sign in

Agent integrations (OpenAI Agents SDK, LangGraph)

Routing page for the Agents SDK tutorial track and the LangGraph integration pattern.

Agent integrations

Paybond's recommended pattern is to verify capabilities before a tool can run, and to bind the verification context to (tenant, intent_id, capability_token).

These integrations sit on top of the Harbor-focused Kit surface. They do not add a separate Signal client.

Start with the Agents SDK tutorial

Python uses Paybond's first-party paybond_kit.agents_sdk guardrail. TypeScript uses the same Harbor primitives with a thin app-side wrapper around the tool handler.

LangGraph (Python)

Use the awrap_tool_call interceptor pattern to enforce Harbor POST /verify on each tool invocation and to keep the binding tenant-scoped.

See: Support matrix.