Skip to main content
Make your first call to the Karzoun public GraphQL API in under five minutes.
1

Create an app token

  1. Open Developer → Apps (/developer/apps)
  2. Create an app and copy the JWT from the appsAdd response
  3. Store it securely — it is shown once
Send the token on every request:
Never commit app tokens to git or expose them in client-side JavaScript.
2

Find your GraphQL URL

Your tenant GraphQL endpoint:
Example: https://dev.api.karzoun.chat/graphqlThe hosted MCP endpoint is the same origin with /mcp instead of /graphql.
3

Run a query

Try this query to list tags:
Prefer a visual editor? Open the GraphQL Playground.

Next steps

Last modified on August 8, 2026