Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 13:16:57 -06:00
committed by GitHub
parent 6b23dbd1d8
commit 6e40ca938d

View File

@@ -23,9 +23,9 @@ The server listens on `http://localhost:${PORT:-8000}` and exposes docs at `/doc
### Example calls ### Example calls
```bash ```bash
curl -H "X-BR-KEY: $API_KEYS" http://localhost:8000/v1/agents curl -H "X-BR-KEY: your-api-key-here" http://localhost:8000/v1/agents
curl -H "X-BR-KEY: $API_KEYS" http://localhost:8000/v1/packs curl -H "X-BR-KEY: your-api-key-here" http://localhost:8000/v1/packs
curl -H "X-BR-KEY: $API_KEYS" -X POST http://localhost:8000/v1/packs/alpha/install curl -H "X-BR-KEY: your-api-key-here" -X POST http://localhost:8000/v1/packs/alpha/install
``` ```
## Development ## Development