Lucid Agents API
Base path /api/agent. Free entrypoints boot without payment config. Paid entrypoints advertise x402 when configured and fail closed when not.
Discovery
GET /api/agent/healthGET /api/agent/entrypointsGET /api/agent/.well-known/agent-card.jsonPOST /api/agent/entrypoints/:key/invoke
Free
get-dataset-status— freepreview-inference-chips— free (up to 5 rows)
Paid (fail-closed)
rank-inference-chips— $0.02 advertisedcompare-inference-chips— $0.03 advertised
curl -s -X POST "$ORIGIN/api/agent/entrypoints/preview-inference-chips/invoke" \
-H 'content-type: application/json' \
-d '{"input":{}}'