> ## Documentation Index
> Fetch the complete documentation index at: https://docs.compyle.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Secrets

<Callout type="info" icon="shield-check" color="#0EA5E9">
  Store API keys, tokens, and other sensitive values securely. Secrets are encrypted and safely accessible only within your Compyle project.
</Callout>

You can store your **secret keys** in the **Secrets** section of your project.\
This ensures all sensitive credentials stay secure and never appear in your codebase.

<Callout type="info" icon="key" color="#10B981">
  The agent automatically applies your saved secrets when generating or running code — no manual injection required.
</Callout>

<Frame caption="Secrets Manager">
  <iframe src="https://www.youtube.com/embed/Mn0qLcZ8zVM?si=NzB-FqT8m0tb-dtv" title="Secrets Manager" className="w-full aspect-video rounded-xl" />
</Frame>
