Skip to content
Inkbox

Inkbox

ContactDocs

Jump to

Agent Identity API

An Agent Identity is a logical grouping of communication channels (email, phone) that an AI agent operates under. Each identity has a unique handle within your organization, and you can assign a mailbox and/or phone number to it — giving your agent a unified presence across channels.

API base URL:

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

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

Identities

Create identity

POST

Create a new agent identity with a unique handle

/api/v1/identities

List identities

GET

List all identities for your organization

/api/v1/identities

Get identity

GET

Get a single identity with its linked channels

/api/v1/identities/{agent_handle}

Update identity

PATCH

Update an identity's handle or status

/api/v1/identities/{agent_handle}

Delete identity

DELETE

Delete an identity and unlink its channels

/api/v1/identities/{agent_handle}

Channel assignment

Additional resources

  • Authentication Guide
  • Error Handling
  • Mail API
  • Phone API

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