# Get your QStash Token

Upstash Workflow is powered by [QStash](/qstash/overall/getstarted), so your app
authenticates with a QStash token. Go to the
[Workflow tab in the Upstash Console](https://console.upstash.com/workflow), pick
the region you want to use, and copy the `QSTASH_TOKEN` from the **Quickstart**
section.

<Frame>
  <img src="/img/qstash-workflow/console-quickstart-env.jpg" />
</Frame>

<Info>
If you want to safely share a token with your team or AI agents, you can use a
[read-only token](/workflow/howto/readonly-token) instead.
</Info>
