Agent Studio free chat

​

OpenRouter-backed free chat for Agent Studio (server key). Rate-limited per IP; 503 when unconfigured.

Body·

required
application/json

Chat turn

  • Properties: 2

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/agent-chat
curl https://api.musebook.trade/api/agent-chat \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "messages": [
    {
      "role": "user",
      "content": ""
    }
  ],
  "system": "",
  "visitor_id": "",
  "conversation_id": "",
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}