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

# How do I validate API access and find my workspace project?

> Validate access and list the workspace project and available platforms.

Validate access and list the workspace project and available platforms.

Read [authentication](/docs/developers/authentication), [pagination and filters](/docs/developers/pagination-and-filters), and [safe writes and retries](/docs/developers/safe-writes) before integrating. Each endpoint below includes its request parameters, response schema, and code examples.

## Endpoints

* [List AI platforms](/docs/api-reference/workspace/get-v2-models) — `GET /api/v2/models`
* [List workspace projects](/docs/api-reference/workspace/get-v2-projects) — `GET /api/v2/projects`
* [Validate API access](/docs/api-reference/workspace/get-v2-validate) — `GET /api/v2/validate`
* [Get domain visibility totals](/docs/api-reference/workspace/get-v2-visibility-domain-rollups) — `GET /api/v2/visibility/domain-rollups`

[Download the complete OpenAPI specification](/docs/openapi.json) for client generation and schema validation.
