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

# Base URL & Conventions

> API base URL, data formats, and general conventions

## Base URL

```
https://vvdufluovypptsnkihyv.supabase.co/functions/v1
```

<Note>This will change to `https://furnish.cove.dev/v1` when the vanity domain is configured.</Note>

## Conventions

### Content type

All request and response bodies use `application/json`.

### Amounts

All monetary values are **integers in cents** (USD).

| Dollar amount | Cents value |
| ------------- | ----------- |
| \$45.00       | `4500`      |
| \$1,500.00    | `150000`    |
| \$0.99        | `99`        |

### Dates

All date fields use `YYYY-MM-DD` format (e.g., `2026-02-01`).

### IDs

All resource IDs are UUIDs (e.g., `d1ba6184-b708-4e76-91fc-85dd6443c890`).

### Multi-tenancy

Each API key is scoped to one partner. You can only access your own consumers, tradelines, payments, and submissions. Cross-partner access is not possible.
