# API Registration

API Registration\
To make requests to the API system, an API account is required. The API account has the following structure:

| Name      | Data Type | Description                   |
| --------- | --------- | ----------------------------- |
| appId     | String    | API account identifier        |
| appSecret | String    | Secret key of the API account |

**Note**\
The appId and appSecret are used to authenticate and verify the API account data and do not have an expiration date. Therefore, they must be securely stored. Requests to AntBuddy should be made server-to-server for security purposes.

Contact 089.811.2388 (ext. 2) or <tech@antbuddy.com> to register for an API account.


---

# Agent Instructions: 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://docs.antbuddy.us/integration-document-guide/antring/api-registration.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.
