- a User
- a Team
- a Project
- a Client

Creating an identity using the Studio
To create an Identity, head to the Identity Analytics section and choose Create an Identity. The following panel opens:
Budget Control
When creating an identity, set a Budget in order to:- Prevent individual users from exceeding the allocated AI budget
- Set department-level spending limits for the enterprise team
- Control costs across multiple AI models and service

Creating an identity using the API
To create an identity, you have two options:- Use the API directly: You can create an Identity with the cURL code snippet.
- SDK Implementation: (Recommended) The SDK provides a more streamlined approach to creating Identities.
Developers, please see the API Reference for further explanation.
Using Identity metrics
To track Identity metrics effectively, you have two primary options:- API Direct Usage: When using the API directly, you can attach the
identity IDthrough the request headers. - SDK Implementation: We strongly recommend using our SDKs, as they provide a more streamlined approach to tracking identity metrics.
To learn more, see the API Reference.