Generate a one-shot Nori agent template draft

​

Text-only Nori template generator; picks chat, image, or solana.rpc service by prompt keywords. 30 drafts / 10 min per IP.

Body

required
application/json

Agent idea prompt

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/agent/draft
curl https://api.musebook.trade/api/agent/draft \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "prompt": "",
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}