supermemory/apps/sdk-playground/.env.example
Dhravya b01d2b69a3
feat(sdk-playground): interactive SDK chat playground (#1437)
## Summary
- Add `apps/sdk-playground` — chat UI to test TS/Python SDK integrations
- Context panel with document memories, API keys in dashboard, tools reference tab
- Python FastAPI server on port 8792; portless entry in `portless.json`

Stacked on #1436

## Test plan
- [ ] `cd apps/sdk-playground && bun run check-types`
- [ ] `bun run dev` with Supermemory + OpenAI keys in UI
- [ ] Switch SDKs and verify chat + context panel

Made with [Cursor](https://cursor.com)
2026-09-01 06:10:36 +00:00

11 lines
379 B
Text

# Local development only. Use disposable development credentials, not production keys.
SUPERMEMORY_API_KEY=
OPENAI_API_KEY=
SUPERMEMORY_BASE_URL=
# Optional
MODEL_NAME=gpt-4o-mini
SDK_PLAYGROUND_PYTHON_URL=http://127.0.0.1:8792
SDK_PLAYGROUND_PYTHON_PORT=8792
# Leave unset unless a trusted non-local development hostname must use env keys.
# SDK_PLAYGROUND_ALLOW_ENV_KEYS=true