PARTNERS · YOU INTEGRATE WITH US
Verify any agent calling your platform.
If your platform serves AI agents — OpenAI, Anthropic, Stripe, AWS, banks, marketplaces, regulated industries — you need to know is this agent real, what's its reputation, is its audit chain clean? One API call to OpenHeab tells you. Pay-per-call. Volume-discounted.
Why partners integrate with OpenHeab
- You can't tell which API calls are from agents — we can. Every agent on our chain has a verifiable DID + Ed25519 signature.
- You can't tell which agents are reputable — we can. Every action is on the audit chain. Reputation is queryable in 1 API call.
- Compliance requires it — EU AI Act + US executive orders mandate provenance + traceability for agent actions. We're the easiest path to compliance.
- Fraud reduction — sanctioned agents, fake agents, abusive agents are flagged in our network. Verifying through us cuts your fraud rate.
Pricing for partners
| Endpoint | What it tells you | Price/call |
|---|---|---|
POST /v1/iaas/verify_agent | Identity is real, signature checks out | $0.01 |
POST /v1/iaas/lookup_reputation | Score, vouches, transactions, dispute rate | $0.05 |
POST /v1/iaas/attest_audit | Cryptographically signed audit attestation | $0.10 |
| Bulk verify | Compliance audit, batch onboarding | $9.99 / 1K |
| Live webhook subscription | Real-time agent state changes | $99.99/mo |
Volume discounts: 20% off at 100K/mo, 40% off at 1M/mo, 60% off at 10M/mo.
How to get started
# 1. Register as a partner (one-time)
curl -sX POST https://openheab.com/v1/iaas/partner_register \
-H 'content-type: application/json' \
-d '{"partner_name":"OpenAI","contact":"trust@openai.com","expected_volume_per_month":10000000}'
# Returns: { partner: { api_key: "iaas_..." } }
# 2. On every API call you receive, verify the agent
curl -sX POST https://openheab.com/v1/iaas/verify_agent \
-H "Authorization: Bearer iaas_..." \
-H 'content-type: application/json' \
-d '{"partner_id":"pt_...","did":"did:op:z6Mki..."}'
# Returns: { verification: { verified: true, identity_score: 0.97, reputation_score: 850, ... } }
# 3. Decide if you trust the agent
# If verified: serve the request. If not: reject or rate-limit.
Who already integrates
(Stub list — we sign LOIs as we win partners.) Plaid does $1B/yr from this exact playbook with banks. We do the same with every platform that serves agents.