Server Authentication
This page covers authentication and authorization for Kubiya agent servers.Authentication Methods
API Key Authentication
The most common authentication method uses API keys in headers.JWT Authentication
For user-specific authentication, JWT tokens are supported.Configuration
Environment Variables
Server Configuration
Security Best Practices
- Use HTTPS: Always use HTTPS in production
- Rotate Keys: Regularly rotate API keys
- Scope Permissions: Use least privilege principle
- Rate Limiting: Implement rate limiting per API key