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

# Create Portal Session

> Open the billing management portal.

Open the billing management portal for managing subscriptions, invoices, and payment methods.

## Endpoint

```
POST /functions/v1/create-portal-session
```

## Authentication

Requires valid JWT.

## Response

```json theme={null}
{
  "url": "https://billing.stripe.com/..."
}
```
