---
title: "GraphQL Playground"
url: "https://rolebase.io/en/api/playground"
---

[Rolebase](/) ⟩ [API Reference](/en/api)

# GraphQL Playground

Explore the GraphQL schema and run queries straight from your browser.

Run queries against the live GraphQL endpoint at `https://api.rolebase.io/graphql`. Open the **Headers** tab and set your API key to load the schema and run authenticated requests.

```
{ "x-api-key": "YOUR_API_KEY_HERE" }
```

[Generate an API key](/apps) from your organization settings. See [Custom Integrations](/en/developers/custom-integrations) for how authentication works, and the [Introduction](/en/api) for the full reference.
