Your email is not verified. Check your inbox for the verification link.
Usage this month
API Keys
New API Key
Save this now. It will not be shown again.
Quick Start
# Send a goal
curl -X POST https://executor.one/api/goals \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"description":"Hello world","semanticPath":["echo hello"]}'
# Check status
curl https://executor.one/api/goals/GOAL_ID \
-H "Authorization: Bearer YOUR_KEY"
Full API reference at /dev