Available on Developer plan and above. Upgrade at app.imarobot.ai.
Install
Quick start
Generate a key pair
The SDK includes a CLI helper so you don’t need to touch OpenSSL:- Private key — keep secret. Used by your agent process to sign requests.
- Public key — upload to ImaRobot during
registerAgent(). Safe to commit.
API
new ImaRobotAgent(options)
client.registerAgent(options)
{ agentId, name, status, expiresAt }
client.issueToken(agentId)
client.revokeAgent(agentId, options?)
TOKEN_REVOKED.