# How do I request access to use storage endpoints in a browser or SDK?

### Using Our Storage Endpoints From SDKs or Browsers

We support customers who want to connect directly to our S3-compatible storage endpoints from their own applications or SDKs. Because this involves CORS and security considerations, we don’t allow all external domains by default.

How to request access

If you need your application or SDK to call our storage endpoints directly (for example, from a browser or mobile app):

#### Open a support ticket with the following details:

The domain(s) or subdomain(s) your application will use (e.g., <https://app.example.com>). Whether you require read-only access (GET/HEAD) or read/write access (PUT/POST/DELETE). Any specific headers your SDK or app sends in requests (if different from standard AWS SDK headers).

Our team will review your request and configure the necessary CORS rules and access controls for your tenant.

#### Security notes

We do not recommend embedding long-lived access keys in browser or mobile apps. Please use temporary credentials or presigned URLs whenever possible.

CORS rules will only be opened for the exact origins you request (wildcards such as \* are not permitted without review).

Each customer must use their own isolated credentials/policies — shared keys are not supported.


---

# 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.zata.ai/faq/how-do-i-request-access-to-use-storage-endpoints-in-a-browser-or-sdk.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.
