Skip to main content

Prerequisites

1. Open the Agents page

Navigate to app.imarobot.ai/agents and click Register Agent.

2. Fill in the details

3. Copy the token

After clicking Register, you’ll see the token exactly once. Copy it immediately — it cannot be recovered.
Store it as an environment variable in your agent process:

4. Test the verify endpoint

You should see:

5. Add the token to your agent’s outbound requests

Your agent should pass the token as a Bearer token when calling receiver APIs:
The receiver calls GET /v1/verify/{token} to validate it. See imarobot-verify SDK for receiver-side integration.

Next steps