Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this page
Looking for more inspiration?Visit the

Clients API


(new)

Private Beta

Agent Identity is available as a Private Beta product, and the information contained in this document is subject to change. You acknowledge and agree that your use of Agent Identity is subject to the terms of the Services in Private Beta(link takes you to an external page). Some features are not yet implemented and others may change before the product is declared as Generally Available. Private Beta products are not covered by the Twilio Support Terms or Twilio Service Level Agreement.

A client is an application that can request access, such as an AI agent. You create and manage clients through the API or the Console.


Endpoints

endpoints page anchor
OperationMethod and pathDescription
List clientsGET /v1/Auth/ClientsRetrieve a paginated list of clients.
Create clientPOST /v1/Auth/ClientsCreate a client.
Read clientGET /v1/Auth/Clients/{clientId}Retrieve a single client.
Update clientPATCH /v1/Auth/Clients/{clientId}Update a client. The client ID, client type, and creation timestamp can't be changed.
Delete clientDELETE /v1/Auth/Clients/{clientId}Delete a client.