Documentation Index
Fetch the complete documentation index at: https://docs.imarobot.ai/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
You’ll need:- An ImaRobot account — sign up free at app.imarobot.ai
- An API key from app.imarobot.ai/settings/api-keys
yourname.agents.imarobot.ai. Your agents are immediately verifiable.
Choose your path
🤖 Personal Agent / OpenClaw Skill
Building a hobby project, personal assistant, or OpenClaw skill? Start here — no domain needed.
🏢 Organization / Enterprise
Building for a company or team? You can use your own domain as issuer.
Personal Agent
Step 1: Register an agent
Noissuer_domain needed — ImaRobot auto-assigns your namespace (e.g., yourname.agents.imarobot.ai).
token — it’s your agent’s passport. Share the verify_url with anyone who needs to verify your agent.
Step 2: Verify the token
Anyone can verify your agent — no API key required:Using the OpenClaw Skill
If you’re running OpenClaw, the ImaRobot skill makes this even easier:Organization
For teams and companies, you can optionally use your own domain as issuer (requires Developer plan or above).Step 1: Register an agent with your domain
Don’t have a domain yet? No problem — just omitissuer_domainand your agent will be issued underyourorg.agents.imarobot.ai. You can verify a custom domain later.
Step 2: Verify your domain (optional, recommended)
Add a DNS TXT record to prove you own the domain. See Domain Verification for details. Verified domains get a higher trust level in verification responses.Step 3: Verify the token
Same as personal agents — anyone can verify:Step 3: Add verification to your API
Install the Verify SDK:/api/data now requires a valid ImaRobot token. Invalid or revoked tokens get a 401 automatically.
Step 4: Revoke when needed
Your issuer namespace
Every ImaRobot account gets an auto-assigned namespace:| Account type | Issuer format | Example |
|---|---|---|
| Personal / Free | {username}.agents.imarobot.ai | rosie.agents.imarobot.ai |
| Organization | {org-name}.agents.imarobot.ai | acme-corp.agents.imarobot.ai |
| Custom domain (Developer+) | yourdomain.com | acme.com |
Next steps
Verify SDK docs
Offline mode, middleware options, and framework integrations.
Agent SDK docs
Register, rotate, and manage agents from your codebase.
Token lifecycle
Understand expiry, revocation, and offline validation.
API reference
Full endpoint docs.