Skip to main content
POST
/
api
/
agents
/
validate
Validate a FlowSpec structure
curl --request POST \
  --url http://localhost:3001/api/agents/validate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "validation": {},
  "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 to validate

Response

OK

success
boolean
required
validation
object
required
message
string