Manage connected ad accounts. Credentials are stored locally on the server.
Keys are stored server-side in data/settings.json and are never sent to the browser unmasked. You can also set them as environment variables (ANTHROPIC_API_KEY, OPENAI_API_KEY) — env vars take priority.
All application files are in your selected folder:
For a more stable deployment:
Enable login protection by adding a .env file:
Adjust cache duration (default 6 hours):
To run behind Nginx, proxy requests to localhost:8000 and set up SSL with Certbot.