ts/examples/session-management/README.md
This example demonstrates how to use Composio SDK for session-management.
Install dependencies:
pnpm install
Configure environment:
cp .env.example .env
Then edit .env and add your API keys:
COMPOSIO_API_KEY: Get it from Composio Dashboard# Run the example
pnpm start
# Run in development mode (with file watching)
pnpm dev
Edit src/index.ts to: