Integration Guides
Where Runtime Authority connects to the rest of your stack -- and an honest split between what works today and what's a dedicated connector we haven't built yet.
None of the entries below are a fabricated "it just works" integration. Agent frameworks that are Python-native can call the SDK directly today, using the exact same agent.authorize(...) call shown throughout these docs. Cloud platforms and enterprise systems that would need a dedicated connector are marked accordingly.
Agent frameworks and protocols
Any Python process can call the SDK's authorize() before taking an action -- these frameworks are all Python-native, so the integration pattern works today even without a dedicated connector.
Cloud AI platforms
These require a dedicated connector to bridge the platform's own agent runtime to the Intent API -- not yet built.
Enterprise systems
The system of record an agent's action ultimately reaches, after a decision allows it -- connector work not yet started.
DevOps
What "Early Access" means here
There's no PayReality-published package for any of the frameworks above -- "Early Access" means the existing Python SDK already gives you what you need to wire it in yourself (call authorize() at the point your agent would otherwise act), not that a named integration package exists. See SDKs and Integration Examples for the calls involved.