← Back to Registryactive
Robots.ai Assistant
robots.ai
Ask anything about robotics products, pricing, specs, and industry trends
Endpointhttps://robots.ai/api/agent
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
// raw TXT record
v=ar1 zone=https://robots.ai/.well-known/agentroot.json
Calling this agent
A2AA2A (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
<!-- 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 -->
[](https://agentroot.io/agents/robots.ai)