> ## Documentation Index
> Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# SaaS API Considerations

> API specifics for SaaS deployments

The Binarly Transparency Platform SaaS offering is fully managed by Binarly, requiring no infrastructure setup on your end.

## Base URLs

Each SaaS tenant has unique URLs based on your organization's slug:

| Service        | URL Pattern                                     |
| -------------- | ----------------------------------------------- |
| API Server     | `https://dashboard-{slug}.binarly.cloud/api/v4` |
| Authentication | `https://auth-{slug}.binarly.cloud`             |
| Dashboard      | `https://dashboard-{slug}.binarly.cloud`        |

> **Note**: Replace `{slug}` with your organization's tenant identifier (e.g., `https://dashboard-acme.binarly.cloud`). Contact your account representative if unsure of your slug.

## Authentication

SaaS deployments use Keycloak-based authentication:

* **M2M (CI/CD)**: Contact [support@binarly.io](mailto:support@binarly.io) to request API credentials. See [Setup API Client](/api-reference/authentication/create-api-client) for details.
* **User Access**: [User Authentication](/api-reference/authentication/generate-token)

## Key Benefits

* **Zero Infrastructure**: No servers, databases, or storage to manage.
* **Automatic Updates**: Platform updates are deployed automatically.
* **Isolated Tenants**: Each customer has a dedicated, isolated environment.
* **High Availability**: SLA-backed uptime guarantees.

## Connectivity Requirements

Your CI/CD systems or scripts need outbound HTTPS (port 443) access to:

* `*.binarly.cloud`

No inbound connections are required.

## Compliance

Binarly maintains **SOC 2 Type 2** compliance. Access compliance documents and reports at [trust.binarly.io](https://trust.binarly.io/).

## Data Residency

For information about data residency options and compliance requirements, contact [support@binarly.io](mailto:support@binarly.io).
