Overview
Browser Use agents navigate websites autonomously using AI. When your agent reaches a checkout, Ovra handles the payment via the REST API — the agent never touches card data.Setup
Agent Flow
What Happens Behind the Scenes
- Your agent browses normally (finds product, adds to cart, navigates to checkout)
- You create an intent — Ovra’s policy engine checks spending limits, merchant rules
- You call
/checkout/paywith the agent’s CDP URL - Ovra connects to the browser, detects the payment provider (Stripe, Adyen, etc.)
- Ovra fills card number, expiry, CVV — the agent’s context never contains this data
- Ovra disconnects, your agent continues
The Python SDK (
ovra-pay) is coming soon. For now, use the REST API with httpx as shown above.