| title | description |
|---|---|
Quickstart |
Get started with SessionBase in minutes |
Install SessionBase and start sharing your first AI session.
Install the SessionBase CLI globally using npm:```bash
npm install -g sessionbase-cli
```
```bash
sessionbase auth login
```
This will open your browser to complete the authentication process.
```bash
sessionbase share /path/to/your/chat.md
```
Or pipe content directly:
```bash
echo "Your AI conversation" | sessionbase share --stdin
```
```
Session shared: https://sessionbase.dev/s/abc123
```
sessionbase lsNow that you have SessionBase running, explore these features:
Learn all CLI commands and options. Integrate SessionBase into your applications. Use the Model Context Protocol server. Customize SessionBase settings. **Need help?** Check out our [CLI documentation](/cli/installation) or [API reference](/api-reference/introduction).