# Autumn AI > Intelligence agents for the public web. Hand Autumn a goal and get back finished, sourced data, through the API and Skill. - [Autumn](https://platform.autumn.ai/docs/index.md): Intelligence agents for the public web. Hand off a goal, get back finished, sourced data. - [Quickstart](https://platform.autumn.ai/docs/quickstart.md): Install the SDK and run your first Autumn task. - [Vibecoding](https://platform.autumn.ai/docs/vibecoding.md): Drop Autumn into your coding agent with one link. - [Structured output](https://platform.autumn.ai/docs/guides/structured-output.md): Get typed objects back from a task with a Pydantic or Zod schema. - [Follow-up tasks](https://platform.autumn.ai/docs/guides/follow-up.md): Continue the same task with new instructions instead of starting over. - [Live messages](https://platform.autumn.ai/docs/guides/streaming.md): Stream events as the agent plans and executes. - [Human in the loop](https://platform.autumn.ai/docs/guides/human-in-the-loop.md): Let the agent ask a clarifying question, or hand control back and forth. - [Python SDK](https://platform.autumn.ai/docs/sdk-python.md): The official autumn-sdk package for Python. - [TypeScript SDK](https://platform.autumn.ai/docs/sdk-typescript.md): The official autumn-sdk package for TypeScript and JavaScript. - [Skill](https://platform.autumn.ai/docs/skill.md): Install the Autumn Skill for agent workflow guidance. - [Task API](https://platform.autumn.ai/docs/api-routes.md): Start, stream, continue, execute, return to plan, and read sandboxed Autumn tasks. - [Start a task](https://platform.autumn.ai/docs/api-reference/post/start-from-prompt.md): Start a durable sandboxed Autumn task from a natural-language prompt. The response returns before the work is complete; store task_id and stream or poll status. - [Start and stream](https://platform.autumn.ai/docs/api-reference/post/start-and-stream.md): Start a task from a prompt and stream live server-sent events for the current turn. - [Start from task spec](https://platform.autumn.ai/docs/api-reference/post/start-from-task-spec.md): Start directly from a known task.json-style spec, or send direct/brief fields when your app has already approved execution and does not want an extra clarification turn. - [Start from task spec and stream](https://platform.autumn.ai/docs/api-reference/post/start-from-task-spec-and-stream.md): Start directly from a known task spec and stream live server-sent events for the current turn. - [Continue a task](https://platform.autumn.ai/docs/api-reference/post/continue-a-task.md): Send a new message to the same sandboxed task. Use this instead of starting over when the user wants to add fields, find more rows, refine criteria, or fix output. - [Continue and stream](https://platform.autumn.ai/docs/api-reference/post/continue-and-stream.md): Send a message to the same sandboxed task and stream live server-sent events for the current turn. - [Execute a task](https://platform.autumn.ai/docs/api-reference/post/execute-a-task.md): Tell the same sandboxed task to focus on producing output from its current task spec and context. - [Execute and stream](https://platform.autumn.ai/docs/api-reference/post/execute-and-stream.md): Tell the sandboxed task to produce output and stream live server-sent events for the current turn. - [Return a task to plan](https://platform.autumn.ai/docs/api-reference/post/return-a-task-to-plan.md): Stop a running Autumn task and return it to plan. - [Get task workflow](https://platform.autumn.ai/docs/api-reference/get/get-task-workflow.md): Read the recommended Autumn task workflow, HTTP route map, and compatibility notes. - [Get task metaprompt](https://platform.autumn.ai/docs/api-reference/get/get-task-metaprompt.md): Read the recommended task spec schema, output kinds, clarify semantics, and reusable metaprompt for caller-side agents. - [List tasks](https://platform.autumn.ai/docs/api-reference/get/list-tasks.md): List recent Autumn tasks for the authenticated user. - [Get task status](https://platform.autumn.ai/docs/api-reference/get/get-task-status.md): Read status and metadata for a task. Poll this endpoint only when you are not using a stream. - [Stream task events](https://platform.autumn.ai/docs/api-reference/get/stream-task-events.md): Subscribe to live server-sent events for an active task. - [Get task output](https://platform.autumn.ai/docs/api-reference/get/get-task-output.md): Fetch output rows from a task. Call this after completion, or to inspect partial rows when available. - [List task outputs](https://platform.autumn.ai/docs/api-reference/get/list-task-outputs.md): List the named output artifacts a task has produced. - [Get named output](https://platform.autumn.ai/docs/api-reference/get/get-named-output.md): Fetch rows from a specific named output artifact of a task. - [Get credits](https://platform.autumn.ai/docs/api-reference/get/get-credits.md): Check credits read-only. ## OpenAPI Specs - [openapi](/docs/api-reference/openapi.json) - [openapi](/docs/openapi.json)