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

# API Playground Access

> Configure safe interactive API testing in Mintlify for sandbox-first workflows.

# Use interactive API testing with explicit guardrails.

Callaro docs enable Mintlify interactive requests. Use sandbox credentials first, keep scoped keys short-lived, and avoid production write tests in shared environments.

## Recommended setup

<Steps>
  <Step title="Use sandbox base URL">
    Keep playground tests on sandbox endpoints before promoting requests to production.
  </Step>

  <Step title="Use least-privilege API keys">
    Generate keys with only the scopes needed for the endpoint family you are testing.
  </Step>

  <Step title="Rotate and revoke test keys">
    Revoke temporary keys after validation, especially for write-enabled scopes.
  </Step>

  <Step title="Gate access by internal docs permissions">
    Restrict interactive docs access to approved operator and integration roles.
  </Step>
</Steps>

## Security and operations checklist

* Test with non-customer data only.
* Never expose high-privilege production keys in browser sessions.
* Log and monitor write endpoint usage from interactive docs.
* Route sensitive testing through approved internal VPN/network controls.

<Warning>
  Interactive API docs are a convenience layer, not a replacement for CI integration tests and staged release validation.
</Warning>
