Creates a new task with the given prompt. The task begins executing immediately in the associated workspace.Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a valid Bearer token.Request Body
Project ID (UUID) to run the task in.
The task prompt describing what the agent should do.
Response
Unique task identifier (UUID).
Initial task status.
Errors
| Status | Description |
|---|---|
400 | Bad Request — missing project_id or prompt |
401 | Unauthorized — missing or invalid token |
404 | Not Found — project does not exist or you do not have access |