API indexd2 0.21.0

Diesel2 prototype (proto1). Design: Diesel2Design.

Checking…

Service

Topics (markdown sources; HTML twin: the wiki at /topics)

Language

Domain

Objects

Try it

curl -s https://d2.aidieselapps.com/api/v2/diesel/run \\
  -H 'content-type: application/json' -H 'authorization: Bearer $D2_TOKEN' \\
  -d '{"spec":"$when hello (who) => (payload = \\"hi \\" + who)","story":"$send hello (who = \\"d2\\")\\n$expect payload == \\"hi d2\\""}'

Reads and diesel/expr are open; other writes (PUT, POST, DELETE) need a bearer token. Admin API (/admin/*) is separate and token-only.