mirror of https://github.com/kortix-ai/suna.git
- Added a new API keys service with endpoints for creating, listing, revoking, and deleting API keys. - Integrated API key validation and caching for performance. - Updated backend configuration to include API key secret and throttling settings. - Created frontend components for managing API keys, including a user interface for creating and displaying keys. - Introduced a new database migration for the API keys table with necessary constraints and security policies. - Enhanced authentication methods to support API key usage alongside JWT. |
||
---|---|---|
.. | ||
scripts | ||
__init__.py | ||
auth_utils.py | ||
config.py | ||
constants.py | ||
encryption.py | ||
files_utils.py | ||
logger.py | ||
retry.py | ||
s3_upload_utils.py | ||
suna_default_agent_service.py |