organization · inferred from evidence
ComposioHQ
The organization maintaining the Composio SDK and related repositories.
- Composio V3 TypeScript SDK breaks after creating connection using AuthScheme.APIKey()
I was using the Composio V3 TypeScript SDK on 0.1.36-next.0 to authenticate agents with an API key toolkit, via connectedAccounts.initiate with AuthScheme.APIKey({ API key: YOUR API KEY }). The initiate call seemed to succeed, but afterward
- Can I self host Composio on my own VM?
I wanted to self host Composio on my own VM instead of using their cloud, so I installed everything and tried to run the CLI there. Every command failed with Error: API Key not provided, either provide API key or export it as COMPOSIO_API_K
- cannot import name 'Action' from 'composio' - ImportError when using Composio tools
I was wiring Composio tools into a Phidata agent and wanted to use the Google Docs or Notion actions. The moment I ran anything composio related I got ImportError: cannot import name 'Action' from 'composio', and even the CLI itself crashed