Build on your Omni
Use your Omni workspace, Vault, and persistent context from your own apps and agents.
Your first stateful task
Choose an existing workspace and send a message. Omni resolves the ongoing conversation for you.
curl -sS -X POST "$OMNI_API_ORIGIN/v1/tasks" \
-H "Authorization: Bearer $OMNI_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: task-$(uuidgen)" \
-d '{
"workspace_id": "'$OMNI_WORKSPACE_ID'",
"message": "Summarize what we have been working on."
}'