Credentials are the foundation of your AgentSystems configuration. They provide access to AI providers and container registries.Documentation Index
Fetch the complete documentation index at: https://docs.agentsystems.ai/llms.txt
Use this file to discover all available pages before exploring further.
Credentials are stored as environment variables. The system design separates credentials from agent containers.
Managing Credentials via UI
Navigate to Configuration → Credentials in the AgentSystems UI at http://localhost:3001. The UI allows you to:- Add new credentials
- Update existing credentials
- Remove unused credentials
Changes made in the UI are written to the
.env file in your deployment directory.Manual Configuration
If editing the.env file directly:
- Open
.envin your deployment directory - Add credentials as key=value pairs
- Save the file
- Restart the platform:
agentsystems restart
Credential Usage
Credentials are used by:- Model Connections: Reference credentials via environment variable names
- Registry Connections: Authenticate to pull agent images
- Agents: Credentials are managed by the platform at runtime

