---
title: "GraphQL Playground | GraphQL API | Rolebase"
description: "Explore the GraphQL schema and run queries straight from your browser."
url: "https://rolebase.io/en/developers/graphql-api/playground"
---

[Rolebase](/) ⟩[Developers](/en/developers) ⟩[GraphQL API](/en/developers/graphql-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 [Using the API](/en/developers/use-the-api) for how authentication works, and the [GraphQL API](/en/developers/graphql-api) for the full reference.
