.env file created
from .env.example.
Required
.env.example also carries TEST_TOKEN. Nothing in the server reads it — it is
leftover from an earlier version. Setting it changes nothing; leaving it out
breaks nothing.Security and JWT
CORS
OAuth — workspace integrations
These OAuth applications carry the scopes agents need to read Drive, send mail, or list Teams chats. They authorise an agent to act on a service — they are not how a user signs in.Signing in with an identity provider — GitHub, Google, Microsoft, LinkedIn — is
part of a commercial edition and is absent here. The open-source build authenticates
with email and password. See Editions.
Gmail Pub/Sub webhooks
See Gmail webhooks for the full setup.
RAG and webhooks
S3 storage (optional)
Stripe billing (optional)
Scheduler / Mage (optional)
Extensions
Empty means no extension: the core runs on its own. See Editions.