Skip to content
Inkbox

Inkbox

ContactDocs
GuidesAPI Reference
GuidesAPI Reference

Jump to

Authenticator API

Give your AI agent its own authenticator app — like Google Authenticator, but API-first. Create an authenticator app, add accounts from otpauth:// URIs, and generate TOTP/HOTP codes on demand so your agent can complete MFA challenges autonomously.

API base URL:

https://api.inkbox.ai/api/v1/authenticator

Quick start

Create an account and get your service token from the Inkbox console:

Get service token

All API requests require authentication using a service token:

X-Service-Token: YOUR_SERVICE_TOKEN

Authenticator apps

Create authenticator app

POST

Create a new authenticator app, optionally linked to an identity

/api/v1/authenticator/apps

List authenticator apps

GET

List all authenticator apps for your organization

/api/v1/authenticator/apps

Get authenticator app

GET

Get a single authenticator app by ID

/api/v1/authenticator/apps/{id}

Delete authenticator app

DELETE

Delete an authenticator app, unlink from identity, and delete all accounts

/api/v1/authenticator/apps/{id}

Accounts

OTP generation

Identity assignment

Authenticator apps can be linked to an agent identity so your agent's authenticator is part of its unified identity. See Channel assignment for the assign and unlink endpoints.

Additional resources

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website