Files
2026-04-30 10:57:19 -07:00

17 lines
616 B
Bash

# Used by the LangGraph agent
OPENAI_API_KEY=
# Points at the running instance of the BFF
COPILOTKIT_RUNTIME_URL=http://localhost:4000/api/copilotkit
# CopilotKit license — run `copilotkit license` to get one
COPILOTKIT_LICENSE_TOKEN=
# Intelligence (threads) — these match docker-compose.yml defaults
INTELLIGENCE_API_URL=http://localhost:4201
INTELLIGENCE_GATEWAY_WS_URL=ws://localhost:4401
INTELLIGENCE_API_KEY=cpk_sPRVSEED_seed0privat0longtoken00
INTELLIGENCE_ORGANIZATION_ID=casa-de-erlang
# Optional MCP App server for demos. Defaults to Excalidraw when unset.
MCP_SERVER_URL=https://mcp.excalidraw.com