Documentation
SDK Overview
Public overview of how builders integrate agents and tools with ARX.
The ARX SDK path is for teams that want to connect their agents, tools, or workflows to ARX governance.
What The SDK Should Do
A well-integrated agent should:
- Identify the actor and tenant
- Declare the intended action
- Request only the permissions it needs
- Pass governance metadata with each sensitive action
- Respect approval, denial, and retry responses
- Preserve correlation IDs for auditability
Integration Pattern
Most integrations follow this shape:
- Register or identify the digital worker.
- Connect approved tools or systems.
- Send actions through ARX.
- Let ARX evaluate policy and approval requirements.
- Record the action and result.
- Surface evidence to operators and auditors.
Private Implementation Details
Runtime-specific API contracts, generated router inventories, and private operator runbooks live in the app implementation repo, not this public docs site.