Name
-
Trust Level
-
Address
-
Tools
-
curl -X POST "http://localhost:8000/input" \
-H "Content-Type: application/json" \
-d '{"prompt": "hello"}'
{ }
curl -X GET "http://localhost:8000/sessions"
{ }
curl -X GET "http://localhost:8000/sessions/{session_id}"
{ }
curl -X GET "http://localhost:8000/info"
{ }
curl -X GET "http://localhost:8000/health"
{ }
curl -X GET "http://localhost:8000/docs"
Returns this HTML page.
websocat ws://localhost:8000/ws
open - Unsigned requests accepted (development)careful - If signature present, must be validstrict - Signature required (production)
For signed requests: payload.to should match agent address, payload.timestamp should be within 5 minutes.