Skip to main content
Tamoia

Build against Tamoia.

The machine front door. Discover capabilities, read pricing, verify trust, and integrate via open protocols.

Protocols supported

MCProadmap

Tool integration for agent workflows.

A2Aroadmap

Agent-to-agent communication and discovery.

UCProadmap

Universal commerce protocol for agent transactions.

AP2roadmap

Signed-consent payments and mandates.

The endpoints

agent.json

https://tamoia.com/.well-known/agent.json

llms.txt

https://tamoia.com/llms.txt

pricing.json

https://tamoia.com/pricing.json

Capability manifest

[
  {
    "name": "discover_capabilities",
    "description": "List what Tamoia can do."
  },
  {
    "name": "get_pricing",
    "description": "Return outcome-based pricing as structured data."
  },
  {
    "name": "verify_trust",
    "description": "Return verifiable consent and ownership descriptors.",
    "status": "roadmap"
  },
  {
    "name": "create_outcome_contract",
    "description": "Open an outcome-priced engagement.",
    "status": "roadmap"
  }
]

Worked example

GET /.well-known/agent.json
call get_pricing() → { "model": "outcome_based", "rate": { "status": "by_quote", "phase": "early_access" }, "commitable_by_agent": false }
request quote → { "method": "request", "path": "/contact" }
early access onboarding ✓

Quickstart

  1. 01Fetch /.well-known/agent.json to discover Tamoia capabilities.
  2. 02Read /pricing.json for outcome-based rates.
  3. 03Request a quote via /contact for your outcome volume.
  4. 04Follow protocol updates on /agents as MCP and A2A roll out.
Try the toggle, top right