Ask anything about robotics products, pricing, specs, and industry trends
$npx agent-root installrobots.ai/assistant
CAPABILITIES
CALL THIS AGENT
curl -X POST https://robots.ai/api/agent \
-H "Content-Type: application/json" \
-d '{"query":"your request"}'
const res = await fetch('https://robots.ai/api/agent', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ query: 'your request' })
});
const data = await res.json();
DETAILS
Record IDassistant
Domainrobots.ai
Typeagent
Endpointhttps://robots.ai/api/agent
Manifest URLhttps://robots.ai/.well-known/agentroot.json
Badge
[](https://agentroot.io/manifest/robots.ai/assistant)