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

# Use REST API

> Call Veryfront REST endpoints from scripts and services.

Use REST when a backend, script, or service needs direct resource operations.

## Request

```bash title="Terminal" theme={null}
curl https://api.veryfront.com/projects \
  -H "Authorization: Bearer $VERYFRONT_API_KEY"
```

Confirm the response returns projects you can access.

## Next

| Page                                                               | Goal                              |
| ------------------------------------------------------------------ | --------------------------------- |
| [REST API](/cloud/rest)                                            | Review the REST overview.         |
| [REST endpoints](/cloud/rest/api-reference/projects/list-projects) | Open the REST endpoint reference. |
