Secrets
This secret management page allows you to:
Existing Secret Management
Search among created secrets (e.g., API-CRM)
View list with name, creation date, and creator
Quick actions: view, edit, or delete each secret
Paginated navigation for multiple secrets

New Secret Creation
Name the secret with descriptive label
Enter sensitive value in secure field
Save via "Create secret" button

What is a Swiftask Secret?
A secret is secure storage for confidential information:
API keys (OpenAI, Google, third-party services)
Authentication tokens and passwords
Database connection credentials
Certificates and sensitive data
Unlike public variables, secrets are encrypted and masked in the interface. They enable AI agents to access external services without exposing credentials to users.
Usage: {{SECRET_API_KEY}}
in agent configurations for maximum security.
Last updated