> For the complete documentation index, see [llms.txt](https://docs.truvera.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truvera.io/truvera-workspace/creating-api-keys-and-webhook-endpoints.md).

# Creating API keys and webhook endpoints

## Creating API keys <a href="#h_4fdcc1a10e" id="h_4fdcc1a10e"></a>

To create an API key, under the Developer menu item, click API Keys. Then select Create API key.

<figure><img src="/files/3QM6t7d13YntVmxwR6k0" alt=""><figcaption></figcaption></figure>

Under Whitelisted IP’s, you have the option to add additional security by configuring IP's that are allowed to access your services

<div align="left"><figure><img src="/files/ttwiGrXefhP8fQkz6UDH" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Keep your API key safe, for security reasons it will not be shown again. Please do not share this key. If you forget your API key, you will need to delete the existing key and create a new one.
{% endhint %}

For more information about API [See API documentation](/truvera-api.md)

## Webhooks endpoints <a href="#h_fae99467a4" id="h_fae99467a4"></a>

You can add or modify webhook endpoints that will send events when issuing or when transactions occur. Under Developer, select Webhook and click Add Endpoint on the top right.

<figure><img src="/files/a18mMtMnaWvlyibPV752" alt=""><figcaption></figcaption></figure>

Fill in the Webhook details and click Create Webhook.

[![](https://downloads.intercomcdn.com/i/o/797831076/f27e685f76d0e00a209759cd/6356fc0a5432fa812b8eaea6_2-Webhook+details.png)](https://downloads.intercomcdn.com/i/o/797831076/f27e685f76d0e00a209759cd/6356fc0a5432fa812b8eaea6_2-Webhook+details.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.truvera.io/truvera-workspace/creating-api-keys-and-webhook-endpoints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
