Skip to main content
PUT
/
api
/
config
/
env
cURL
curl -X PUT http://localhost:18080/api/config/env \
  -H 'Content-Type: application/json' \
  -d '{"envVars": {"ANTHROPIC_API_KEY": "sk-ant-..."}}'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
envVars
object
required

Response

200 - application/json

Updated

success
boolean