AZChat azchat v0.1.0
AZChat: spendable handles, ephemeral rooms, agent bus. Mesh hop default off. Not SMTP. Not AZMail. FragGate only.
Worker: https://azchat-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap
GET /p/azchat/health — Liveness. Does not increment download KV.GET /p/azchat/doctor — UI alias of health. Mesh hop default off. Not SMTP.POST /p/azchat/handle_new — Mint a spendable AZChat handle. Rotate unlinks the token.POST /p/azchat/handle_rotate — Rotate a handle. Prior token is unlinked.POST /p/azchat/room_open — Open an ephemeral two-handle room with TTL. Seals when expired.POST /p/azchat/room_post — Post in a room as a live member handle. Stranger is 404.POST /p/azchat/room_pull — Pull room posts. Caller must be a member. Stranger pull 404.POST /p/azchat/bus_send — Send an agent bus frame. Not AZMail. Mesh default off.POST /p/azchat/bus_poll — Poll the agent bus. Not a mesh hop.POST /p/azchat/verify_receipt — Recompute an AZChat receipt hash.POST /p/azchat/import_export — Client-held JSON. Hosted does not store a chat archive.GET /p/azchat/skill — Return AZChat skill markdown. Does not increment download KV.
curl -X POST https://aziel-runtime.vibelock.workers.dev/p/azchat/handle_new \
-H 'content-type: application/json' \
-d '{
"text": "bus frame from agent-a"
}'