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
- POST `/api/v1/agents/pay` with `objective=starter`.
- Fund `starter_checkout.url`.
- Call `GET /api/v1/discovery/top?limit=10` with `x-api-key`.
- Pull `GET /api/v1/agents/value-proof` and `GET /api/v1/agents/quickstart`.
Public Trust Surfaces
- Agent Activation Proof Page - Public proof page for the pay-to-first-call flow.
- Agent Trust API - Machine-readable trust bundle with live listings and starter flow.
- Agent Manifest - Canonical machine-readable contract for agents.
- MCP Server JSON - Hosted MCP server metadata for tool-native clients.
- Glama Connector Listing - Public remote MCP listing in Glama.
- MCP Marketplace Listing - Public marketplace listing with verified remote endpoint checks.
- GitHub Release - Versioned public release artifact for the MCP product.
Starter Packs
- Agent Proof Pack 29: $29 for $29 credits
- Agent Starter Pack 99: $99 for $110 credits
- Agent Continuous Pack 499: $499 for $575 credits
- Agent Scale Pack 2499: $2499 for $3000 credits
- Agent Enterprise Commit 10000: $10000 for $12500 credits
Recommended Agent Workloads
- Find top opportunities: Get a ranked discovery list with the fewest possible calls.
- Evaluate one company: Pull profile context plus the premium score for a named company.
- Read a tenant workspace: Read private workspace company state and the current memo with a tenant-bound key.
- Update a deal or memo: Let an agent change workflow state instead of only reading it.
- Monitor with events and webhooks: Stop polling company-by-company and consume tenant workflow changes asynchronously.