Skip to main content

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

  1. Open Secrets inside the project.
  2. Create a new secret using the required key name.
  3. Save the value.
  4. Return to the agent detail or run page that was blocked.
  5. 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.