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. |
||
---|---|---|
.. | ||
docker | ||
__init__.py | ||
api_keys.py | ||
api_keys_api.py | ||
billing.py | ||
email.py | ||
email_api.py | ||
langfuse.py | ||
llm.py | ||
redis.py | ||
supabase.py | ||
transcription.py |