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:
- Fetch the agent card to learn the endpoint and skills.
- Send a JSON-RPC request to
/api/a2a/jsonrpcwith your API key as a Bearer token. - Provide the task as natural language and read the (optionally streamed) result.
See the Skill Reference for what you can ask.