# API Integration

### Steps to Go Live:

1- Request integration keys in the "Integrations" menu on the dashboard.&#x20;

2 -Point your integration to the production environment

*`live.betaapp.com`*  &#x20;

Once everything is set up, all orders in this environment are real orders and involve real coins.&#x20;

For the sandbox environment, please get in touch with our support.&#x20;

### Header

For authentication, the `Authorisation` header must be included in the request. The value consists of the auth scheme, `Bearer` followed by the Access token:

`Authorization: Bearer <Access token>`

For requests that include a body, the `Content-Type` header must specify that the body is JSON: `Content-Type: application/json`

### Body

Parameters sent to Beta in the Body must be in JSON format and use UTF-8 encoding.


---

# 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.betaramps.com/documentation-beta-ramps/getting-started/api-integration.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.
