Skip to main content

Before you start

You’ll need: You do NOT need a domain name. Every ImaRobot account gets an auto-assigned issuer namespace like 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

No issuer_domain needed — ImaRobot auto-assigns your namespace (e.g., yourname.agents.imarobot.ai).
Response:
Save the 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:
Response:
That’s it — your agent has a verified identity. 🎉

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 omit issuer_domain and your agent will be issued under yourorg.agents.imarobot.ai. You can verify a custom domain later.
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:
Add 3 lines to your Express app:
Every request to /api/data now requires a valid ImaRobot token. Invalid or revoked tokens get a 401 automatically.

Step 4: Revoke when needed

Revocation is immediate — no cache lag. Verify the same token again and it returns:

Your issuer namespace

Every ImaRobot account gets an auto-assigned namespace: Want to use your own domain? Upgrade to Developer and verify it in Settings.

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.