fix(copilot): send api key to sim agent (#1142)

* Fix api key auth

* Lint
This commit is contained in:
Siddharth Ganesan
2025-08-26 16:01:42 -07:00
committed by GitHub
parent 3b74250335
commit 78437c688e
2 changed files with 8 additions and 3 deletions

View File

@@ -160,7 +160,6 @@ Copilot is a Sim-managed service. To use Copilot on a self-hosted instance:
- Go to https://sim.ai → Settings → Copilot and generate a Copilot API key
- Set `COPILOT_API_KEY` in your self-hosted environment to that value
- Host Sim on a publicly available DNS and set NEXT_PUBLIC_APP_URL and BETTER_AUTH_URL to that value ([ngrok](https://ngrok.com/))
## Tech Stack