v0.1 Alpha Waitlist is Open

The Browser for the
Agent Era.

Stop searching. Start acting. Oipia connects your AI agents directly to mobile apps through the Open Intent Protocol.

No spam. Only early access invites.

🔌

Universal Plug

Say goodbye to fragmented APIs. Oipia uses OIP to let any Agent interact with any App through a standardized manifest.

🔐

Local Vault

Your keys, your data. Oipia stores sensitive credentials in your device's Secure Enclave, not on our servers.

💎

Intent Economy

Built-in attribution means developers get paid when Agents use their apps. A fair ecosystem for everyone.

Ready to be discovered?

Integration is as simple as adding a single oip.json file to your project. No SDKs, no complex refactoring.

manifest.json
{
  "oip_version": "0.1.0",
  "meta": {
    "app_id": "com.yourservice.app",
    "name": "Super Service"
  },
  "tools": [
    {
      "name": "book_ticket",
      "description": "Book a flight"
    }
  ]
}