app_auth = "public", which accept unauthenticated requests.
API keys are tied to accounts, not people. If you are working under a team, the key belongs to that team and all members share it. The fal client libraries read your key automatically from the FAL_KEY environment variable, so once it is set, every SDK call and CLI command authenticates without extra configuration.
Create Your API Key
1
Go to the Dashboard
Navigate to fal.ai/dashboard/keys
2
Generate a Key
Click Create Key and give it a name you’ll remember
3
Copy Your Key
Copy the key immediately. You will not be able to see it again
Set Your API Key
Set your key as an environment variable:Key Scopes
When creating a key, you’ll choose a scope that controls what the key can access:If you’re not sure which to choose, start with API scope. You can always create an additional ADMIN key later if you need to deploy models.