The NexSpace toolkit on Composio makes all 16 tools
available to LangChain, CrewAI, Vercel AI SDK, OpenAI Agents SDK, and any
framework that uses Composio’s SDK.
Composio handles the OAuth 2.1 + PKCE flow automatically:
entity = toolset.get_entity("default")connection = entity.initiate_connection(app_name="nexspace")print(connection.redirect_url) # User opens this in browser