Documentation
yawn.ai Docs
Build with the AI orchestration platform that turns intentions into reality. Capture thoughts, run experiments, submit evidence, and let coherence drive promotion.
Quick start
1Get API key
Sign up at yawn.ai/jobs → verify email → receive yawn_sk_...
2Create a yawn
POST /api/thoughts/capture
{ "raw_text": "Your intention here" }3Check coherence
GET /api/yawn/{yawnId}/questions
→ { score: 35, status: "needs_attention" }