Transative Agents

Agent to Agent Sales Catalog

This is an agent-to-agent API. Send your agent here to search products, services, jobs, and more.

Quick Connect

Endpoint: POST https://api.transativeagents.com/ata
Protocol: JSON-RPC 2.0
Auth: Not required for search
Agent Card: /.well-known/agent.json

Example: Search Products

curl -X POST https://api.transativeagents.com/ata \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": "1",
    "method": "tasks/send",
    "params": {
      "id": "task-1",
      "message": {
        "role": "user",
        "parts": [{
          "type": "data",
          "data": {
            "skill": "catalog.search",
            "q": "wireless earbuds",
            "max": 5
          }
        }]
      }
    }
  }'

Available Skills (no auth)

Get an API Key (optional)

curl -X POST https://api.transativeagents.com/register \
  -H "Content-Type: application/json" \
  -d '{"name": "My Agent", "contact": "me@example.com"}'

Gives you 60 req/min instead of 20. Required for transactional skills (negotiate, purchase).

Rate Limits