# Backblaze

## Connection Requirements

{% stepper %}
{% step %}

### Domain

Backblaze Domain (default: **api.backblazeb2.com**)
{% endstep %}

{% step %}

### Master Application Key and Master Application Key ID

* Sign in to the Backblaze web console.
* In the left navigation menu under B2 Cloud Storage, click Application Keys.
* In the Master Application Key section, click Generate New Master Application Key.
* Click Yes! Generate Master Key.

{% hint style="info" %}
🔵 Notes

Because your master app key is shown only when you generate it, save your master app key in a secure location if you plan to use it more than once. The term "master application key ID" was formerly called an "account ID." If you use an integration in which the terminology was not updated to reflect this change, the master application key ID works in place of your account ID. For a standard app key, you can use that key's keyID in place of an account ID. You can find your master app key ID on the Application Keys page.
{% endhint %}
{% endstep %}

{% step %}

### Https Proxy

Https Proxy url. (optional)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ Attention

It is important to perform a connection test to verify that the Backblaze host can be successfully reached. Once the discovery process is complete, the connection details will be visible on the Assets page.
{% endhint %}


---

# 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.octoxlabs.com/adapters/adapters/backblaze.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.
