# Subconscious Platform Docs ## Docs - [Cancel a run](https://docs.subconscious.dev/api-reference/cancel-a-run.md): Cancel a running or queued run. Returns the updated run with status 'canceled'. No-op if run is already terminal. - [Create a new agent run](https://docs.subconscious.dev/api-reference/create-a-new-agent-run.md): Creates a new agent run. The run is processed asynchronously. Use the returned runId to poll for status or set up webhooks to receive notifications. - [Create and stream a run](https://docs.subconscious.dev/api-reference/create-and-stream-a-run.md): Creates a run and streams execution events via Server-Sent Events (SSE). Uses OpenAI-compatible SSE format. - [Get a run](https://docs.subconscious.dev/api-reference/get-a-run.md): Retrieve the status and results of a specific run - [Introduction](https://docs.subconscious.dev/api-reference/introduction.md): Welcome to the Subconscious AI API documentation - [List runs](https://docs.subconscious.dev/api-reference/list-runs.md): List all runs for the authenticated organization - [Webhooks](https://docs.subconscious.dev/core-concepts/async-webhooks.md): Get notified when runs complete - [Runs](https://docs.subconscious.dev/core-concepts/runs.md): Understanding the core unit of agent execution - [Streaming](https://docs.subconscious.dev/core-concepts/streaming.md): Real-time responses for chat UIs and live demos - [Structured Output](https://docs.subconscious.dev/core-concepts/structured-output.md): Structured output allows you to define the exact shape of the agent's response using JSON Schema. This ensures you receive data in a predictable, parseable format. - [Tools](https://docs.subconscious.dev/core-concepts/tools.md): Give agents access to APIs, search, and external services - [Engines](https://docs.subconscious.dev/engines.md): Learn about our agent engines - [Dedicated Endpoints](https://docs.subconscious.dev/enterprise/dedicated.md): Reserve a dedicated endpoint - [On Prem](https://docs.subconscious.dev/enterprise/on-prem.md): Deploy in your infra. - [Privacy and Security](https://docs.subconscious.dev/enterprise/privacy.md): How information is logged. - [Error Handling](https://docs.subconscious.dev/guides/error-handling.md): Handle API errors and implement retries - [Response Handling](https://docs.subconscious.dev/guides/response-handling.md): Parse and work with agent responses and reasoning traces - [Templates & Examples](https://docs.subconscious.dev/guides/templates.md): Pre-built examples to jumpstart your Subconscious agent projects - [Libraries](https://docs.subconscious.dev/libraries.md): Official client libraries for Node.js and Python - [Subconscious Platform](https://docs.subconscious.dev/overview.md) - [Pricing](https://docs.subconscious.dev/pricing.md): How pricing works. - [Quickstart](https://docs.subconscious.dev/quickstart.md): Get started with Subconscious in under 5 minutes - [Learn More](https://docs.subconscious.dev/resources/learn-more.md): Explore more about our work and our team - [Logs](https://docs.subconscious.dev/resources/logs.md): How information is logged.