All requests to Voiceflow’s APIs require an API key, a project ID, and in most cases an environment alias. These three values tell the API who you are, which agent you’re targeting, and which environment of it to run.Documentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Finding your API key
API keys are managed in Settings → API keys. Each project has its own API key, and all Voiceflow API keys begin withVF.DM..

Authorization header of every request:
Project ID and environment alias
Your project ID is available in Settings → General under the Metadata section.
main. Aliases are static, so you can rename an environment without breaking any integrations that point at it.
Using an alias (rather than a specific version ID) means your integration always targets whichever version is currently live for that environment, so your users pick up changes as soon as you publish them. See Environments for the full model.
If your project was created before environments launched and has not yet been migrated, you can continue to use the legacy
development, staging, and production aliases. After migrating, switch your integrations to use your new environment aliases.