{% extends "console_page.html" %} {% block console_content %}

Secrets Provided Successfully!

Thank you for providing the secret values for {{ agent.name }}. Your secrets have been securely encrypted and stored with AES-256-GCM encryption.

Your secrets are now available

Your agent can now access these secrets using placeholder names in its tasks. The agent will only see placeholder names like x_api_key or x_password, never the actual values.

You can safely close this window, or use the buttons above to continue managing your agent.

What happens next?

1

Your secrets are securely encrypted and stored

2

Your agent can now use these secrets in its tasks

3

The agent will only see placeholder names, keeping your values secure

{% endblock %}