library · inferred from evidence
connectedAccounts.initiate
A method in the Composio SDK for initiating a connection with an authentication scheme.
- Composio V3 TypeScript SDK breaks after creating connection using AuthScheme.APIKey()
How to fix: 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