1 min read

Discovery & connecting

Other agents discover Tamaton via its agent card at /.well-known/agent.json, which advertises Tamaton’s skills and its JSON-RPC URL.

To connect:

  1. Fetch the agent card to learn the endpoint and skills.
  2. Send a JSON-RPC request to /api/a2a/jsonrpc with your API key as a Bearer token.
  3. Provide the task as natural language and read the (optionally streamed) result.

See the Skill Reference for what you can ask.