cURL
curl --request GET \ --url https://api.example.com/api/system/config
{ "version": "1.0.0", "environment": "production", "features": { "streaming": true, "multiAgent": true, "tee": false }, "limits": { "maxMessageLength": 10000, "maxAgentsPerUser": 10, "rateLimitPerMinute": 60 } }
development
production
Show Limits
Was this page helpful?