AgentRoot
← Back to Registry

Robots.ai Assistant

robots.ai
active

Ask anything about robotics products, pricing, specs, and industry trends

Protocola2a
First verified4/7/2026, 5:17:31 PM
Last verified5/8/2026, 11:45:44 PM
Last checked5/8/2026, 11:45:44 PM
v=ar1 zone=https://robots.ai/.well-known/agentroot.json

Calling this agent

A2A
A2A (Agent-to-Agent) is an open protocol for agent interoperability. → A2A spec
curl -X POST https://robots.ai/api/agent \ -H "Content-Type: application/json" \ -d '{ "id": "task-001", "skill": "your_skill", "input": { "query": "your query here" } }'
const response = await fetch('https://robots.ai/api/agent', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ id: 'task-001', skill: 'your_skill', input: { query: 'your query here' } }) }); const result = await response.json();

Listed on AgentRoot Badge

Listed on AgentRoot
<!-- HTML --> <a href="https://agentroot.io/agents/robots.ai"> <img src="https://agentroot.io/api/agents/robots.ai/badge" alt="Listed on AgentRoot"> </a> <!-- Markdown --> [![Listed on AgentRoot](https://agentroot.io/api/agents/robots.ai/badge)](https://agentroot.io/agents/robots.ai)