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

# Introduction

> Welcome to the GoSentrix API documentation

Welcome to the GoSentrix API documentation. This guide will help you integrate with GoSentrix's enterprise security platform.

## What is GoSentrix?

GoSentrix is an enterprise-grade security platform that provides unified security controls, multi-tenant isolation, and comprehensive audit capabilities for modern applications.

## API Overview

The GoSentrix API is organized into three distinct planes:

### Public API (`api.gosentrix.io`)

Internet-facing endpoints for:

* User authentication and authorization
* Application integration
* Identity provider callbacks

### Admin Control Plane (`cp.gosentrix.io`)

Administrative endpoints for:

* Tenant management
* SSO configuration
* Custom domain management
* Audit event access
* Webhook management

<Info>
  The Control Plane API requires authentication and is gated for tenant administrators only.
</Info>

## Base URLs

* **Public API**: `https://api.gosentrix.io`
* **Control Plane**: `https://cp.gosentrix.io`
* **Sandbox**: `https://api-sandbox.gosentrix.io`

## Authentication

All API requests require authentication using JWT tokens. See the [Authentication](/authentication) guide for details.

## Rate Limits

API requests are rate-limited per tenant. See [Rate Limiting](/guides/rate-limiting) for details.

## Support

* **Documentation**: [docs.gosentrix.io](https://docs.gosentrix.io)
* **Support**: [support.gosentrix.io](https://support.gosentrix.io)
* **Status**: [status.gosentrix.io](https://status.gosentrix.io)
