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

# API Playground

> Explore and test the Wherobots Cloud API interactively

Interact with the Wherobots Cloud REST API directly from the browser. Select an endpoint below to view request parameters, response schemas, and test the API with live requests using your credentials.

<Note>
  All API requests require authentication via a **Bearer token** or [**Wherobots API key**](/get-started/wherobots-cloud/api-keys).
</Note>

## Try the API

The following is a non-exhaustive list of API endpoints you can test in the playground. For a complete list of available endpoints, refer to the [API Reference](/reference/runs).

<CardGroup cols={3}>
  <Card title="Create Run" icon="play" href="/api-reference/runs/create-run">
    Submit and execute a compute job run
  </Card>

  <Card title="Export Audit Log" icon="scroll" href="/api-reference/audit-log/export-audit-log">
    Export organization audit log events
  </Card>

  <Card title="Create File Upload URL" icon="cloud-arrow-up" href="/api-reference/storage/create-file-upload-url">
    Generate a pre-signed URL for file uploads
  </Card>
</CardGroup>
