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

# SDK Applications

> Manage your client-side SDK applications and configurations

SDK applications allow you to integrate Brached's verification flows into your own web or mobile apps. Each application has its own configuration for branding, verification flows, and features.

## Managing Applications

<Snippet file="openapi/tenant-svc.yaml" path="/dashboard/v1/tenants/{tenantId}/sdk/applications" method="post" />

<Snippet file="openapi/tenant-svc.yaml" path="/dashboard/v1/tenants/{tenantId}/sdk/applications" method="get" />

## SDK Configuration

Configure how the SDK behaves for your users, including which documents are required and which verification steps to include.

<Snippet file="openapi/tenant-svc.yaml" path="/dashboard/v1/tenants/{tenantId}/sdk/applications/{applicationId}/config" method="put" />

<Snippet file="openapi/tenant-svc.yaml" path="/api/v1/sdk/config" method="get" />
