# Creating access keys

To create your API access key, first, go to the [MessageBird Dashboard](https://dashboard.messagebird.com/en/user/index). Then go to the [Developers section](https://dashboard.messagebird.com/en/developers/settings) in the MessageBird Dashboard and open the [API access (REST) tab](https://dashboard.messagebird.com/en/developers/access). Here, you can create new API keys and manage your existing ones.

When you are using a **test key** with our API, only the request will be tested and no messages or calls will be sent out. This allows you to check that your API request has been set up correctly, without using your credits or balance.

If you want to start sending messages, you can create a **live key** for this. The live key will call our API, and send out a message accordingly and deduct the correct amount from your balance. You can use the live key in combination with free test credits in your account.

You will not be able to create access keys programmatically, only via the MessageBird Dashboard. Feel free to check our [REST API documentation](https://developers.messagebird.com/).


---

# 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.bird.com/connectivity-platform/getting-started/creating-access-keys.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.
