Bring Your AI

Agent buying guide

Agents can verify the product catalog, quote a lifetime license, and start checkout through JSON endpoints. Harness data stays local; the remote buying flow only accepts product id, buyer email, and optional Stripe shared-payment-token fields.

Live: Stripe Payment Link Live: Stripe SPT settlement Not enabled: x402 / MPP

1. Catalog

curl -s https://bringyour.ai/api/v1/catalog

2. Quote

curl -s https://bringyour.ai/api/v1/quote \
  -H 'Content-Type: application/json' \
  -d '{"product_id":"bringyour_lifetime"}'

3. Checkout handoff

curl -s https://bringyour.ai/api/v1/checkout \
  -H 'Content-Type: application/json' \
  -d '{"product_id":"bringyour_lifetime","buyer_email":"buyer@example.com"}'

4. Fulfillment proof

curl -s https://bringyour.ai/api/v1/license

JSON version: /agent-buying-guide.json. OpenAPI: /openapi.yaml. Agent manifest: /.well-known/agent.json.