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
- Shared landing page: Agents SDK tutorial
- Python path: Agents SDK tutorial (Python)
- TypeScript path: Agents SDK tutorial (TypeScript)
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.