Quick Start
Use your API key in the X-API-Key header:
curl -X POST https://brightwrapper.com/api/chat/stream \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"message": "Hello!", "project_name": "my-app"}'
Try the interactive demo or
read the full docs.