# Try it!

After reading all the documentation, you might want to give AI Agent API a try. For that, we have prepared a
demo environment that anyone can access. Authentication is required, but any token
that you pass should work, so no need to get a User or Application key in advance.

To show how this environment works, we will use Postman, but you can use any other REST client.

The URL where this API can be located is: `https://16abf815-424c-413e-b92d-6c6f8fc633cd.remockly.com/intelligence/api`. Keep in mind that
for real production environments, the URL typically ends with `/intelligence/api` and not `/api`.

## 1. Create a new HTTP Request

Start by creating a new HTTP Request in Postman (**File > New > HTTP Request**). Make sure that you have
selected a GET operation and paste the URL for the API next to it: `https://16abf815-424c-413e-b92d-6c6f8fc633cd.remockly.com/intelligence/api`.

![Create a new HTTP Request](/assets/mock-step1.a2d6032743d2d7ddaa4c957eac4d54246350eac78464761b5a776d164e8eca88.cfac32e3.png)

## 2. Configure authentication

Let's say our User API Key is
`NASDYUmYxMjItNmJJHuNYSdn7FkLThhasdhj89jM2ODVmOio090sadjkdkVnRFV3VVBtZ1jksadb8olJWXMSDHUASDik3UE5j`. Go to Postman
and use this key for the Authentication header.
Click on `Authorization` and select `Bearer Token` for the Type. For the token, paste the above key.

![Configure authentication](/assets/mock-step2.639caa743ba3d49f625a341eb4629a616b7d47b4c13c2e51e3bdb54dc60b019d.cfac32e3.png)

## 3. Chat with a specific Celonis Agent

Imagine you want to chat with a Celonis Agent to get some information. This is possible by adding `/conversations` to the URL of the Celonis Agent.

![Chat with a Celonis Agent](/assets/mock-step22.d735bb953a907f8538cdeb49551976ddfdcc02994f005f57bee97b78a975c5d6.cfac32e3.png)