API keys
An API key authenticates programmatic access to a workspace — for scripts, integrations, or any tool that talks to Streya outside the app. Each key belongs to one workspace and carries that workspace’s access.
API keys are managed from your workspace settings.
Creating a key
Section titled “Creating a key”- In workspace settings, open API keys and create a new key.
- Give it a name that says where it’s used —
local-cli,reporting-script. The name is how you’ll recognize it later. - Copy the key value and store it somewhere safe, such as your secrets manager or environment variables.
Treat the key like a password: anyone holding it can query the workspace as that key.
Viewing a key
Section titled “Viewing a key”You can view a key’s value at any time from the API keys screen — there’s no one-time-only reveal to scramble for. If you lose track of where a key is used or need to re-copy it, open it and read the value again.
Deleting a key
Section titled “Deleting a key”Delete a key to revoke it permanently. Any script or integration still using it stops working immediately, so confirm it’s out of use — or have its replacement ready — before deleting.