Support for Unified API Key Management Across SDKs #2141
LittleCodr
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Add Support for Unified API Key Management Across SDKs
Summary
Currently, both the Python and TypeScript SDKs require manual API key configuration when initializing
Composio.This becomes cumbersome when working across multiple SDKs or environments (e.g., backend in Python and frontend in TypeScript).
A unified API key management feature would allow developers to store, share, and automatically sync credentials securely across SDKs and sessions.
Motivation
.env,dotenv,os.environ), which often leads to inconsistencies and key mismanagement.Proposed Solution
Introduce a small cross-SDK credentials module:
~/.composio/config.json).composio login composio whoami composio logoutBeta Was this translation helpful? Give feedback.
All reactions