> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/documentation/administration/integrations/how-to-set-up-your-api.md).

# How to set up your API

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

Setting up API access in Equipme is a simple and essential step to integrate and automate processes efficiently. The API allows for smooth data exchange and interactions between your system and Equipme, making it a vital tool for scaling operations.

To begin, log into Equipme and navigate to the **settings** section, where you will find the **Integration** menu. Here, you will see the tab for **API** integration.

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

Once you’ve accessed the API-KEY tab, you can generate a new API key by simply clicking on the **Create API Key** button. Equipme allows you to set a specific expiration period for the key, though it is generally recommended to avoid unlimited durations. Having a set expiration ensures that your API keys are regularly updated, which is an important practice for maintaining security.

It is crucial to note that once the API key is generated, you must copy and store it in a secure place immediately. Equipme does not allow you to view the key again after you exit the API page. Should you lose the key, you would need to create a new one. This behavior is standard for API security across most platforms.

[**Equipme Documentation**](https://api.equipme.io/docs/suppliers/index.html)


---

# 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:

```
GET https://hub.equipme.io/documentation/administration/integrations/how-to-set-up-your-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
