Skip to main content
POST
/
api
/
agents
/
executor
/
decision
Get executor decision for a FlowSpec
curl --request POST \
  --url http://localhost:3001/api/agents/executor/decision \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "flowspec": {}
}'
{
  "success": true,
  "decision": {
    "executor": "<string>",
    "reason": "<string>"
  },
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Lucid API key (lk_live_... or lk_test_...)

Body

application/json
flowspec
object
required

Response

OK

success
boolean
required
decision
object
required
message
string