The OpenAI Agents SDK speaks MCP natively. Plug in Ovra and your agents pick up all 19 tools —Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.
ovra_pay, ovra_card, ovra_intent, the rest — without writing tool wrappers.
Sandbox-only today. Use a
sk_sandbox_* or sk_test_* key.Install
Hosted MCP (recommended)
OpenAI calls Ovra directly — no local subprocess.Streamable HTTP (self-hosted)
Run
Payment flow the agent executes
Declare intent
ovra_intent { action: "declare", agentId, purpose, expectedAmountEuros, expectedMerchant }Recommended tools to expose
| Tool | Purpose |
|---|---|
ovra_pay | Full flow in one call |
ovra_intent | Declare and verify |
ovra_credential | Fine-grained credential lifecycle |
ovra_transaction | Read history |
ovra_policy | Inspect spending limits before declaring |
Human approval
For policies withenforcementLevel: "approve", intents land in pending_approval. The OpenAI Agents SDK supports human-in-the-loop checkpoints; pause until your approval surface flips the intent to approved.
Next
MCP overview
Architecture and the full 19-tool list.
LangGraph
Stateful agent graphs.
CrewAI
Multi-agent teams with role separation.
