Project Secrets
Purpose
Use Secrets to store protected values that agents need without exposing them in agent content.
When to use it
Add a secret when an agent requires an API key, token, or other protected runtime value.
Prerequisites
- You have a project.
- You know which secret key the agent expects.
Steps
- Open Secrets inside the project.
- Create a new secret using the required key name.
- Save the value.
- Return to the agent detail or run page that was blocked.
- Confirm the agent can now preview or run.
Expected result
The project contains the secret values needed for agents to execute successfully.
What to know
- Secrets are managed at the project level.
- Agent detail pages can show when a required secret is missing.
- Creating the missing secret can unblock preview and execution flows immediately.