suna/backend/utils
mykonos-ibiza 8869138a7e feat(api-keys): implement API key management system
- 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.
2025-07-29 19:38:37 +05:30
..
scripts wip 2025-07-27 05:53:25 +02:00
__init__.py agent wip 2025-04-11 00:53:01 +01:00
auth_utils.py feat(api-keys): implement API key management system 2025-07-29 19:38:37 +05:30
config.py feat(api-keys): implement API key management system 2025-07-29 19:38:37 +05:30
constants.py Revert "Revert random PR merged" 2025-07-28 08:14:58 +02:00
encryption.py credential profiles for pipedream 2025-07-09 00:10:58 +05:30
files_utils.py wip 2025-04-12 22:40:01 +01:00
logger.py fix(backend): anthropic overloaded fallback failure (#929) 2025-07-11 18:36:15 +05:30
retry.py fix(redis): retry on connection errors 2025-06-10 04:52:09 +00:00
s3_upload_utils.py s3 url save instead of base64 2025-05-19 01:28:14 +02:00
suna_default_agent_service.py wip 2025-07-27 05:15:33 +02:00