# Quick Start

{% hint style="info" %}
**Good to know:** You will need an API Key for every endpoint available. IsDown API is only available in the Enterprise plan.&#x20;
{% endhint %}

### Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an authorization Error.

You can create an API Key in your Account Settings.

### Create API Key

1. Go to <https://isdown.app>;
2. Sign in or create your account;
3. Go to the [Account Settings](https://isdown.app/settings) by clicking in the profile menu (top right);
4. Choose a name for the API Key and click "Create your API Key"
5. **The key will only be available right after you create it**. Save the API Key in a place where you want to recover it later (e.g., password manager), if needed.

<figure><img src="https://3190214135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPmNYkDYygOO8Ta4feiu8%2Fuploads%2FwxT7k6urkwKg1iqktRXS%2Fimage.png?alt=media&#x26;token=751bd3a8-7da9-4f39-8c5b-a244782f4140" alt=""><figcaption><p>API Key form in Account Settings</p></figcaption></figure>

### How to use API Key

Every request to the API needs to be authenticated. To authenticate your requests you will need to send a `Authorization` header in your requests with this format.&#x20;

```
Authorization: Bearer {API_KEY}
```

### Postman Collection

If you are a Postman user, download the collection with all existing endpoints, and import it in your account.

{% file src="<https://3190214135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPmNYkDYygOO8Ta4feiu8%2Fuploads%2FPFhlyS2QiA7xKwSt6At6%2FIsDownAPI.postman_collection.json?alt=media&token=116f2d7c-9e09-4d56-afce-30f413ff19f6>" %}
IsDown API Postman Collection
{% endfile %}


---

# 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://dev.isdown.app/quick-start.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.
