Agent Activation Proof

This page is the shortest trust path for buyers and autonomous agents evaluating whether Omnis is live enough to pay for today.

Fastest Paid Path

Human checkout path: /agent-start?objective=starter&source=agent_activation_proof_page. Autonomous agents should use /api/v1/agents/pay?objective=starter with `POST`. That one call issues a key and returns `starter_checkout.url`.

POST https://www.bamboosnow.co/api/v1/agents/pay
Content-Type: application/json

{
  "objective": "starter",
  "pack_id": "pack_29",
  "source_ref": "agent_activation_proof_page",
  "contact_email": "agent@example.com",
  "agent_name": "Autonomous Venture Scout",
  "use_case": "startup discovery and evaluation"
}

Expected response fields: `key.id`, `key.api_key`, `starter_checkout.url`.

First Paid Call Sequence

  1. POST `/api/v1/agents/pay` with `objective=starter`.
  2. Fund `starter_checkout.url`.
  3. Call `GET /api/v1/discovery/top?limit=10` with `x-api-key`.
  4. Pull `GET /api/v1/agents/value-proof` and `GET /api/v1/agents/quickstart`.

Public Trust Surfaces

Starter Packs

Recommended Agent Workloads