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()
The API key auth config was being created but the key itself wasnt persisted on the connected account, so any follow-up call failed. This was an SDK bug, fixed in @composio/core 0.1.36-next.5. The simplest path is just upgrading past that v
- Can I self host Composio on my own VM?
There is no supported self hosted path for Composio on your own VM, at least not as of this thread. The tools always need a Composio API key, set COMPOSIO_API_KEY or run composio login first, and the maintainers said they dont support a VM
- cannot import name 'Action' from 'composio' - ImportError when using Composio tools
The problem wasnt Composio itself, it was the PyPI package name. The bare composio package on PyPI was a stale shim by a different author that breaks the import, so anything you run against it blows up. Uninstall it and install the real one