# Qoder ## Docs - [Credits](https://docs.qoder.com/Credits.md) - [Billing](https://docs.qoder.com/account/Billing.md): This article covers billing for Qoder and shows you how to view and manage your subscription and invoices. - [Audit Log](https://docs.qoder.com/account/enterprise/audit-log.md) - [IM Channel](https://docs.qoder.com/account/enterprise/im-channel-controls.md) - [Enterprise Knowledge Engine](https://docs.qoder.com/account/enterprise/knowledge-base.md) - [Extensions & Marketplace](https://docs.qoder.com/account/enterprise/marketplace.md) - [Models](https://docs.qoder.com/account/enterprise/models.md) - [Plans & Pricing](https://docs.qoder.com/account/enterprise/pricing.md): Details on Enterprise plans pricing, seat management, and shared add-on credits. - [QMind Knowledge Base](https://docs.qoder.com/account/enterprise/qmind.md) - [Groups & Billing Groups](https://docs.qoder.com/account/enterprise/user-group-and-billing-group.md) - [Pricing](https://docs.qoder.com/account/pricing.md) - [About Redemption Codes](https://docs.qoder.com/account/teams/about-redeem.md): This article explains how to purchase and use redemption codes from third-party channels, along with usage notes after redemption. - [Data & Analytics](https://docs.qoder.com/account/teams/analysis.md): Teams analytics: dashboard metrics, permissions, and how AI share of commits is calculated. - [Domains Verification](https://docs.qoder.com/account/teams/domains.md): This guide explains the functionality of domain verification and how to configure it. - [Get Started with Enterprise Plans](https://docs.qoder.com/account/teams/get-started-with-teams.md): Quick Start with Enterprise Plans. - [Members and Roles](https://docs.qoder.com/account/teams/members-and-roles.md): This article explains member management and roles for the Enterprise plans. - [AI Code Metrics & Tracking](https://docs.qoder.com/account/teams/openapi/ai-code-metrics.md): AI coding stats, rankings, repos, extensions, commit attribution, and detail/export APIs. - [API Key Security](https://docs.qoder.com/account/teams/openapi/api-key-security.md): How to store, rotate, and respond to leaks of Teams OpenAPI keys. - [OpenAPI Conventions](https://docs.qoder.com/account/teams/openapi/conventions.md): Base URL, naming, timestamps, pagination, errors, and authentication for Teams OpenAPI. - [Get API Key](https://docs.qoder.com/account/teams/openapi/get-api-key.md): Create a Teams OpenAPI key from the Qoder web console. - [Teams OpenAPI Overview](https://docs.qoder.com/account/teams/openapi/index.md): Who should use the Teams OpenAPI, recommended reading order, and prerequisites. - [Member APIs](https://docs.qoder.com/account/teams/openapi/members.md): List and manage organization members, stats, quotas, and add-on caps. - [Usage APIs](https://docs.qoder.com/account/teams/openapi/usage.md): Member- and organization-level Credits usage events, rollups, and Shared Add-on Credits, seat·month balance batch & periodic seat·month consumption queries. - [Shared Add-on Credits](https://docs.qoder.com/account/teams/shared-add-on-credits.md): This article explains how to purchase and use shared add-on credits for your organization. - [SSO](https://docs.qoder.com/account/teams/sso.md): This guide explains how to configure Single Sign-On (SSO) for your organization using SAML 2.0 or OIDC. - [Archive an agent](https://docs.qoder.com/cloud-agents/api/agents/archive.md): Archive an Agent. Archived Agents are hidden from default listings but can still be retrieved by ID. - [Create an agent](https://docs.qoder.com/cloud-agents/api/agents/create.md): Create a new Agent configuration. - [Get an agent](https://docs.qoder.com/cloud-agents/api/agents/get.md): Retrieve the full details of a single Agent by ID. - [List agents](https://docs.qoder.com/cloud-agents/api/agents/list.md): List Agents under the current account with cursor pagination. - [List agent versions](https://docs.qoder.com/cloud-agents/api/agents/list-versions.md): List the version history of an Agent in descending order by version number. - [Agent schemas](https://docs.qoder.com/cloud-agents/api/agents/schemas.md): Agent object, tool, MCP server, and skill binding structures. - [Update an agent](https://docs.qoder.com/cloud-agents/api/agents/update.md): Update an Agent configuration with optimistic concurrency control. - [Authentication](https://docs.qoder.com/cloud-agents/api/conventions/authentication.md): Authenticate Qoder Cloud Agents API requests with a Personal Access Token (PAT). - [Errors](https://docs.qoder.com/cloud-agents/api/conventions/errors.md): Unified error envelope, error types, and troubleshooting for the Qoder Cloud Agents API. - [API Overview](https://docs.qoder.com/cloud-agents/api/conventions/overview.md): Introduction to the Qoder Cloud Agents API, gateway URL, request limits, and required headers. - [Pagination](https://docs.qoder.com/cloud-agents/api/conventions/pagination.md): Cursor-based pagination scheme used by all list endpoints in the Qoder Cloud Agents API. - [Common data structures](https://docs.qoder.com/cloud-agents/api/conventions/schemas.md): Shared envelopes and reusable objects used across the Cloud Agents API. - [Archive a deployment](https://docs.qoder.com/cloud-agents/api/deployments/archive.md): Archive a deployment. Stops all scheduled runs and hides from default listings. - [Create a deployment](https://docs.qoder.com/cloud-agents/api/deployments/create.md): Create a new Deployment that runs an Agent on a cron schedule or manually. - [Get a deployment](https://docs.qoder.com/cloud-agents/api/deployments/get.md): Retrieve a single deployment by ID. - [Get a deployment run](https://docs.qoder.com/cloud-agents/api/deployments/get-run.md): Retrieve a single deployment run by ID. - [Get a deployment run (global)](https://docs.qoder.com/cloud-agents/api/deployments/get-run-global.md): Retrieve a single deployment run by ID without specifying the parent deployment. - [List deployments](https://docs.qoder.com/cloud-agents/api/deployments/list.md): List all deployments under the current account with cursor pagination. - [List all deployment runs](https://docs.qoder.com/cloud-agents/api/deployments/list-all-runs.md): List deployment runs across all deployments. - [List deployment runs](https://docs.qoder.com/cloud-agents/api/deployments/list-runs.md): List execution runs for a specific deployment. - [Pause a deployment](https://docs.qoder.com/cloud-agents/api/deployments/pause.md): Pause a deployment to stop scheduled runs. - [Run a deployment](https://docs.qoder.com/cloud-agents/api/deployments/run.md): Manually trigger a deployment run. - [Unpause a deployment](https://docs.qoder.com/cloud-agents/api/deployments/unpause.md): Resume a paused deployment. - [Update a deployment](https://docs.qoder.com/cloud-agents/api/deployments/update.md): Partially update an existing deployment using merge-patch semantics. - [Archive Dream](https://docs.qoder.com/cloud-agents/api/dreams/archive.md): Archive a completed Dream. - [Cancel Dream](https://docs.qoder.com/cloud-agents/api/dreams/cancel.md): Cancel a pending or running Dream. - [Create Dream](https://docs.qoder.com/cloud-agents/api/dreams/create.md): Trigger an asynchronous memory consolidation job. - [Get Dream](https://docs.qoder.com/cloud-agents/api/dreams/get.md): Retrieve details and execution status of a single Dream. - [List Dreams](https://docs.qoder.com/cloud-agents/api/dreams/list.md): List Dreams for the current user. - [Dream Schemas](https://docs.qoder.com/cloud-agents/api/dreams/schemas.md): Dream object, input/output, and status schemas. - [Archive an environment](https://docs.qoder.com/cloud-agents/api/environments/archive.md): Archive an environment. Archived environments cannot host new sessions but existing sessions are unaffected. - [Create an environment](https://docs.qoder.com/cloud-agents/api/environments/create.md): Create a new cloud execution environment for hosting Agent sessions. - [Delete an environment](https://docs.qoder.com/cloud-agents/api/environments/delete.md): Delete an Environment. - [Get an environment](https://docs.qoder.com/cloud-agents/api/environments/get.md): Retrieve the full details of a single environment by ID. - [List environments](https://docs.qoder.com/cloud-agents/api/environments/list.md): List environments under the current account with cursor pagination. - [Environment schemas](https://docs.qoder.com/cloud-agents/api/environments/schemas.md): Environment object and configuration structures. - [Update an environment](https://docs.qoder.com/cloud-agents/api/environments/update.md): Update the properties of an environment, such as name, description, or configuration. - [Acknowledge work item](https://docs.qoder.com/cloud-agents/api/environments/work/ack.md): Acknowledge a delivered work item before executing it. - [Get work item](https://docs.qoder.com/cloud-agents/api/environments/work/get.md): Retrieve one work item from a self-hosted Environment. - [Send work heartbeat](https://docs.qoder.com/cloud-agents/api/environments/work/heartbeat.md): Extend a self-hosted work item lease. - [List work items](https://docs.qoder.com/cloud-agents/api/environments/work/list.md): List work items for a self-hosted Environment. - [Poll work](https://docs.qoder.com/cloud-agents/api/environments/work/poll.md): Claim one available work item from a self-hosted Environment. - [Work schemas](https://docs.qoder.com/cloud-agents/api/environments/work/schemas.md): Self-hosted work item, heartbeat, and queue statistics structures. - [Get work queue stats](https://docs.qoder.com/cloud-agents/api/environments/work/stats.md): Read queue depth and worker polling statistics for a self-hosted Environment. - [Stop work item](https://docs.qoder.com/cloud-agents/api/environments/work/stop.md): Request or confirm stop for a self-hosted work item. - [Update work item metadata](https://docs.qoder.com/cloud-agents/api/environments/work/update-metadata.md): Merge metadata changes into a work item. - [Delete a file](https://docs.qoder.com/cloud-agents/api/files/delete.md): Delete a File. - [Download file content](https://docs.qoder.com/cloud-agents/api/files/download.md): Get a presigned download URL for a file. - [Get file metadata](https://docs.qoder.com/cloud-agents/api/files/get.md): Retrieve metadata for a single file by file ID. - [List files](https://docs.qoder.com/cloud-agents/api/files/list.md): List files under the current account with pagination and filters. - [File data structures](https://docs.qoder.com/cloud-agents/api/files/schemas.md): Shared File API structures and upload constraints. - [Upload a file](https://docs.qoder.com/cloud-agents/api/files/upload.md): Upload a text-based file for use in Sessions, tools, or Agent outputs. - [Create a channel](https://docs.qoder.com/cloud-agents/api/forward/channels/create.md): Create an external IM channel bound to an Identity and Template. - [Create channel QR session](https://docs.qoder.com/cloud-agents/api/forward/channels/create-qr-session.md): Create a short-lived QR authorization session for a Channel. - [Delete a channel](https://docs.qoder.com/cloud-agents/api/forward/channels/delete.md): Delete a Channel. - [Get a channel](https://docs.qoder.com/cloud-agents/api/forward/channels/get.md): Retrieve a Channel by ID. - [Get channel QR session](https://docs.qoder.com/cloud-agents/api/forward/channels/get-qr-session.md): Poll a Channel QR authorization session. - [List channels](https://docs.qoder.com/cloud-agents/api/forward/channels/list.md): List external IM channels with filters and cursor pagination. - [Messaging Channel Integration Guide](https://docs.qoder.com/cloud-agents/api/forward/channels/message-channel-integration.md): For users who integrate external IM platforms through the Forward Channel API, this guide covers the recommended QR-code binding flow, and how to create the app/bot, configure permissions, and obtain credentials for each channel. - [Update a channel](https://docs.qoder.com/cloud-agents/api/forward/channels/update.md): Update Channel binding, display name, enable state, or response options. - [Create an identity](https://docs.qoder.com/cloud-agents/api/forward/identities/create.md): Create an end-user identity for Forward API usage. - [Delete an identity](https://docs.qoder.com/cloud-agents/api/forward/identities/delete.md): Soft-delete a Forward identity. - [Get effective config](https://docs.qoder.com/cloud-agents/api/forward/identities/effective.md): Get the compiled runtime config for an Identity and Template. - [Get an identity](https://docs.qoder.com/cloud-agents/api/forward/identities/get.md): Retrieve a Forward identity by ID. - [Get identity config](https://docs.qoder.com/cloud-agents/api/forward/identities/get-config.md): Retrieve the Identity Config for one Identity and Template. - [List identities](https://docs.qoder.com/cloud-agents/api/forward/identities/list.md): List Forward identities under the current account with cursor pagination. - [List identity configs](https://docs.qoder.com/cloud-agents/api/forward/identities/list-configs.md): List Template-specific configs for an Identity. - [Update an identity](https://docs.qoder.com/cloud-agents/api/forward/identities/update.md): Update a Forward identity. - [Create or update identity config](https://docs.qoder.com/cloud-agents/api/forward/identities/upsert-config.md): Create or update the Identity Config for one Identity and Template. - [Forward Mode overview](https://docs.qoder.com/cloud-agents/api/forward/overview.md): A mode layer that lowers the barrier to bringing agents into business scenarios, delivering agent capabilities through a three-tier enterprise / template / user configuration model. - [List resources](https://docs.qoder.com/cloud-agents/api/forward/resources/list.md): List Forward-registered resources of one type. - [Register a resource](https://docs.qoder.com/cloud-agents/api/forward/resources/register.md): Register an existing resource as a Forward Resource. - [Get schedule run](https://docs.qoder.com/cloud-agents/api/forward/schedule-runs/get.md): Retrieve one Schedule Run by ID. - [List schedule runs](https://docs.qoder.com/cloud-agents/api/forward/schedule-runs/list.md): List Schedule Run execution records. - [Archive a schedule](https://docs.qoder.com/cloud-agents/api/forward/schedules/archive.md): Archive a Forward Schedule. - [Create a schedule](https://docs.qoder.com/cloud-agents/api/forward/schedules/create.md): Create a repeatable or manually triggered Template execution configuration. - [Get a schedule](https://docs.qoder.com/cloud-agents/api/forward/schedules/get.md): Retrieve a Forward Schedule by ID. - [List schedules](https://docs.qoder.com/cloud-agents/api/forward/schedules/list.md): List Forward schedules for an Identity with cursor pagination. - [Pause a schedule](https://docs.qoder.com/cloud-agents/api/forward/schedules/pause.md): Pause an active Forward Schedule. - [Run a schedule](https://docs.qoder.com/cloud-agents/api/forward/schedules/run.md): Manually trigger one Schedule Run. - [Unpause a schedule](https://docs.qoder.com/cloud-agents/api/forward/schedules/unpause.md): Resume a paused Forward Schedule. - [Update a schedule](https://docs.qoder.com/cloud-agents/api/forward/schedules/update.md): Update a Forward Schedule. - [Archive a session](https://docs.qoder.com/cloud-agents/api/forward/sessions/archive.md): Archive a Forward session. - [Cancel a session turn](https://docs.qoder.com/cloud-agents/api/forward/sessions/cancel.md): Cancel the current running turn for a Forward session. - [Create a session](https://docs.qoder.com/cloud-agents/api/forward/sessions/create.md): Create a Forward session from an Identity and Template. - [Session & event data structures](https://docs.qoder.com/cloud-agents/api/forward/sessions/data-structure.md): Reference for the Session and Event data structures used by the Forward Session API. - [Get a session](https://docs.qoder.com/cloud-agents/api/forward/sessions/get.md): Retrieve a Forward session by ID. - [List sessions](https://docs.qoder.com/cloud-agents/api/forward/sessions/list.md): List Forward sessions with filters and cursor pagination. - [List session events](https://docs.qoder.com/cloud-agents/api/forward/sessions/list-events.md): List event history for a Forward session. - [Send session events](https://docs.qoder.com/cloud-agents/api/forward/sessions/send-events.md): Send user or system input events to a Forward session. - [Stream session events](https://docs.qoder.com/cloud-agents/api/forward/sessions/stream-events.md): Subscribe to a Forward session event stream with SSE. - [Update a session](https://docs.qoder.com/cloud-agents/api/forward/sessions/update.md): Update a Forward session title or metadata. - [Archive a template](https://docs.qoder.com/cloud-agents/api/forward/templates/archive.md): Archive a Forward template. - [Clone a template](https://docs.qoder.com/cloud-agents/api/forward/templates/clone.md): Clone an existing Forward template. - [Create a template](https://docs.qoder.com/cloud-agents/api/forward/templates/create.md): Create a Forward template baseline for future sessions. - [Get a template](https://docs.qoder.com/cloud-agents/api/forward/templates/get.md): Retrieve a Forward template by ID. - [List templates](https://docs.qoder.com/cloud-agents/api/forward/templates/list.md): List Forward templates under the current account with cursor pagination. - [Update a template](https://docs.qoder.com/cloud-agents/api/forward/templates/update.md): Update a Forward template by ID. - [Archive a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/archive.md): Archive a memory store. - [Create a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/create.md): Create a new memory store. - [Create a memory](https://docs.qoder.com/cloud-agents/api/memory-stores/create-memory.md): Create a new memory entry in a store. - [Delete a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/delete.md): Permanently delete a memory store and all its memories and versions. - [Delete a memory](https://docs.qoder.com/cloud-agents/api/memory-stores/delete-memory.md): Delete a memory entry. - [Retrieve a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/get.md): Retrieve a single memory store by ID. - [Retrieve a memory](https://docs.qoder.com/cloud-agents/api/memory-stores/get-memory.md): Retrieve a memory entry including its content. - [Retrieve a memory version](https://docs.qoder.com/cloud-agents/api/memory-stores/get-version.md): Retrieve a memory version including its content. - [List memory stores](https://docs.qoder.com/cloud-agents/api/memory-stores/list.md): List memory stores with pagination. - [List memories](https://docs.qoder.com/cloud-agents/api/memory-stores/list-memories.md): List memory entries in a store. - [List memory versions](https://docs.qoder.com/cloud-agents/api/memory-stores/list-versions.md): List version history for memories in a store. - [Redact a memory version](https://docs.qoder.com/cloud-agents/api/memory-stores/redact-version.md): Permanently remove the content of a memory version. - [Memory Store schemas](https://docs.qoder.com/cloud-agents/api/memory-stores/schemas.md): Object schemas for Memory Stores, Memories, and Memory Versions. - [Update a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/update.md): Update a memory store's name, description, or metadata. - [Update a memory](https://docs.qoder.com/cloud-agents/api/memory-stores/update-memory.md): Update a memory entry's content. - [List models](https://docs.qoder.com/cloud-agents/api/models/list.md): List model identifiers available to the current account. - [Model data structures](https://docs.qoder.com/cloud-agents/api/models/schemas.md): Shared model catalog response structures. - [Usage guide](https://docs.qoder.com/cloud-agents/api/overview.md) - [Add a Session resource](https://docs.qoder.com/cloud-agents/api/sessions/add-resource.md): Attach a file resource to an existing Session. - [Archive a session](https://docs.qoder.com/cloud-agents/api/sessions/archive.md): Archive a Session. - [Archive a Session thread](https://docs.qoder.com/cloud-agents/api/sessions/archive-thread.md): Archive a child thread in a managed-agent Session. - [Cancel a session](https://docs.qoder.com/cloud-agents/api/sessions/cancel.md): Request cancellation of current Session work. - [Create a session](https://docs.qoder.com/cloud-agents/api/sessions/create.md): Create a new Session bound to an Agent and Environment. - [Delete a session](https://docs.qoder.com/cloud-agents/api/sessions/delete.md): Delete a Session. - [Delete a Session resource](https://docs.qoder.com/cloud-agents/api/sessions/delete-resource.md): Remove a resource from a Session. - [Get a session](https://docs.qoder.com/cloud-agents/api/sessions/get.md): Retrieve a Session by ID. - [Get a Session resource](https://docs.qoder.com/cloud-agents/api/sessions/get-resource.md): Retrieve one resource attached to a Session. - [Get a Session thread](https://docs.qoder.com/cloud-agents/api/sessions/get-thread.md): Retrieve one thread in a managed-agent Session. - [List sessions](https://docs.qoder.com/cloud-agents/api/sessions/list.md): List Sessions with cursor pagination. - [List events](https://docs.qoder.com/cloud-agents/api/sessions/list-events.md): List public events in a Session. - [List Session resources](https://docs.qoder.com/cloud-agents/api/sessions/list-resources.md): List resources attached to a Session. - [List thread events](https://docs.qoder.com/cloud-agents/api/sessions/list-thread-events.md): List events scoped to one Session thread. - [List Session threads](https://docs.qoder.com/cloud-agents/api/sessions/list-threads.md): List threads in a managed-agent Session. - [Session data structures](https://docs.qoder.com/cloud-agents/api/sessions/schemas.md): Shared Session, resource, event, and thread structures. - [Send events](https://docs.qoder.com/cloud-agents/api/sessions/send-event.md): Send user or system events to a Session. - [Stream events](https://docs.qoder.com/cloud-agents/api/sessions/stream-events.md): Stream public Session events over Server-Sent Events. - [Stream thread events](https://docs.qoder.com/cloud-agents/api/sessions/stream-thread-events.md): Stream events scoped to one Session thread. - [Update a session](https://docs.qoder.com/cloud-agents/api/sessions/update.md): Update mutable Session attributes. - [Update a Session resource](https://docs.qoder.com/cloud-agents/api/sessions/update-resource.md): Rotate a GitHub repository resource token. - [Create a skill](https://docs.qoder.com/cloud-agents/api/skills/create.md): Upload a Skill as a zip archive. - [Delete a skill](https://docs.qoder.com/cloud-agents/api/skills/delete.md): Delete a Skill. - [Get a skill](https://docs.qoder.com/cloud-agents/api/skills/get.md): Retrieve a single skill by ID. - [List skills](https://docs.qoder.com/cloud-agents/api/skills/list.md): List all skills under the current account with pagination. - [List skill versions](https://docs.qoder.com/cloud-agents/api/skills/list-versions.md): Return the current stored version descriptor for a skill. - [Skill data structures](https://docs.qoder.com/cloud-agents/api/skills/schemas.md): Shared Skill response and package structures. - [Update a skill](https://docs.qoder.com/cloud-agents/api/skills/update.md): Update a skill's metadata or content. - [Archive a vault](https://docs.qoder.com/cloud-agents/api/vaults/archive.md): Archive a vault. Archived vaults are not used for active work but remain queryable. - [Archive a credential](https://docs.qoder.com/cloud-agents/api/vaults/archive-credential.md): Archive an active Vault credential. - [Create a vault](https://docs.qoder.com/cloud-agents/api/vaults/create.md): Create a Vault for securely storing MCP server credentials. - [Create a credential](https://docs.qoder.com/cloud-agents/api/vaults/create-credential.md): Add a new MCP server credential to a vault. - [Delete a vault](https://docs.qoder.com/cloud-agents/api/vaults/delete.md): Delete a Vault. - [Delete a credential](https://docs.qoder.com/cloud-agents/api/vaults/delete-credential.md): Delete a Vault credential. - [Get a vault](https://docs.qoder.com/cloud-agents/api/vaults/get.md): Retrieve a single vault by ID. - [Get a credential](https://docs.qoder.com/cloud-agents/api/vaults/get-credential.md): Retrieve a single Vault credential. - [List vaults](https://docs.qoder.com/cloud-agents/api/vaults/list.md): List vaults under the current account with cursor pagination and optional search. - [List credentials](https://docs.qoder.com/cloud-agents/api/vaults/list-credentials.md): List all credentials under a specific vault. - [Vault data structures](https://docs.qoder.com/cloud-agents/api/vaults/schemas.md): Shared Vault and credential structures. - [Cloud Use](https://docs.qoder.com/cloud-agents/best-practices/cloud-use.md) - [Container reference](https://docs.qoder.com/cloud-agents/container-reference.md): Container types, network policies, and preinstalled packages. - [Defining an Agent](https://docs.qoder.com/cloud-agents/define-agent.md): Create a reusable, versioned agent configuration. - [Dreams](https://docs.qoder.com/cloud-agents/dreams.md) - [Cloud Environments](https://docs.qoder.com/cloud-agents/environments.md): Choose the container, network, and dependencies your agent runs in. - [Session event stream](https://docs.qoder.com/cloud-agents/events-stream.md): Stream agent thinking, messages, tool calls, and status over SSE. - [Attach and download files](https://docs.qoder.com/cloud-agents/files.md): Upload files to give your agent context, and download files it produces. - [Access GitHub](https://docs.qoder.com/cloud-agents/github-repositories.md): Mount GitHub repositories into a Session container so the Agent can read, modify code, and open Pull Requests. - [IP Addresses](https://docs.qoder.com/cloud-agents/ip-addresses.md) - [Managed Agents](https://docs.qoder.com/cloud-agents/managed-agents.md): Use a coordinator Agent to delegate subtasks to child Agents in parallel or sequence. - [Memory Stores](https://docs.qoder.com/cloud-agents/memory-stores.md) - [Overview](https://docs.qoder.com/cloud-agents/overview.md): Run AI agents in fully managed cloud sandboxes. - [Permission policies](https://docs.qoder.com/cloud-agents/permission-policies.md): Control which tool calls run, ask, or deny. - [Quickstart](https://docs.qoder.com/cloud-agents/quickstart.md): Run your first Qoder Cloud Agent in five steps. - [Sessions](https://docs.qoder.com/cloud-agents/sessions.md): Create, run, inspect, and archive Cloud Agent Sessions. - [Agent Skills](https://docs.qoder.com/cloud-agents/skills.md): Attach domain expertise to your agent. - [Agent Tools](https://docs.qoder.com/cloud-agents/tools.md): Equip your agent with built-in, MCP, and custom tools. - [Authenticate with vaults](https://docs.qoder.com/cloud-agents/vaults.md): Store and inject secrets safely into agent sessions. - [Webhooks](https://docs.qoder.com/cloud-agents/webhooks.md): Subscribe to Cloud Agents lifecycle events over HTTP webhooks: endpoint API, delivery and signature verification, and the full event catalog. - [Skills](https://docs.qoder.com/en/cli/Skills.md) - [ACP](https://docs.qoder.com/en/cli/acp.md) - [Cloud Mode](https://docs.qoder.com/en/cli/cloud-mode.md) - [Command](https://docs.qoder.com/en/cli/command.md) - [Hooks](https://docs.qoder.com/en/cli/hooks.md) - [MCP Servers](https://docs.qoder.com/en/cli/mcp-servers.md) - [Memory](https://docs.qoder.com/en/cli/memory.md) - [Model](https://docs.qoder.com/en/cli/model.md) - [Permissions](https://docs.qoder.com/en/cli/permissions.md) - [Plugins](https://docs.qoder.com/en/cli/plugins.md) - [Qoder Action](https://docs.qoder.com/en/cli/qoder-action.md) - [Quick Start](https://docs.qoder.com/en/cli/quick-start.md) - [Remote Control](https://docs.qoder.com/en/cli/remote-control.md) - [Subagents](https://docs.qoder.com/en/cli/sdk/agents.md) - [SDK Authentication](https://docs.qoder.com/en/cli/sdk/authentication.md) - [File Checkpoint and Rewind](https://docs.qoder.com/en/cli/sdk/checkpoint.md) - [Cloud Agent (experimental)](https://docs.qoder.com/en/cli/sdk/cloud-agent.md) - [Hooks](https://docs.qoder.com/en/cli/sdk/hooks.md) - [MCP Integration](https://docs.qoder.com/en/cli/sdk/mcp.md) - [Model Selection](https://docs.qoder.com/en/cli/sdk/model-policy.md) - [Multi-turn Conversation](https://docs.qoder.com/en/cli/sdk/multi-turn-conversation.md) - [Permission Control](https://docs.qoder.com/en/cli/sdk/permissions.md) - [Plugins](https://docs.qoder.com/en/cli/sdk/plugins.md) - [Subagents](https://docs.qoder.com/en/cli/sdk/python/agents.md) - [SDK Authentication](https://docs.qoder.com/en/cli/sdk/python/authentication.md) - [File Checkpoint and Rewind](https://docs.qoder.com/en/cli/sdk/python/checkpoint.md) - [Cloud Agent (experimental)](https://docs.qoder.com/en/cli/sdk/python/cloud-agent.md) - [Hooks](https://docs.qoder.com/en/cli/sdk/python/hooks.md) - [MCP Integration](https://docs.qoder.com/en/cli/sdk/python/mcp.md) - [Model Selection](https://docs.qoder.com/en/cli/sdk/python/model-policy.md) - [Multi-turn Conversation](https://docs.qoder.com/en/cli/sdk/python/multi-turn-conversation.md) - [Permission Control](https://docs.qoder.com/en/cli/sdk/python/permissions.md) - [Plugins](https://docs.qoder.com/en/cli/sdk/python/plugins.md) - [Quick Start](https://docs.qoder.com/en/cli/sdk/python/quick-start.md) - [SDK References](https://docs.qoder.com/en/cli/sdk/python/references.md) - [Session Control](https://docs.qoder.com/en/cli/sdk/python/session-control.md) - [Skills](https://docs.qoder.com/en/cli/sdk/python/skills.md) - [Streaming Output](https://docs.qoder.com/en/cli/sdk/python/streaming-output.md) - [Tools](https://docs.qoder.com/en/cli/sdk/python/tools.md) - [Quick Start](https://docs.qoder.com/en/cli/sdk/quick-start.md) - [SDK References](https://docs.qoder.com/en/cli/sdk/references.md) - [Session Control](https://docs.qoder.com/en/cli/sdk/session-control.md) - [Skills](https://docs.qoder.com/en/cli/sdk/skills.md) - [Streaming Output](https://docs.qoder.com/en/cli/sdk/streaming-output.md) - [Tools](https://docs.qoder.com/en/cli/sdk/tools.md) - [Subagent](https://docs.qoder.com/en/cli/subagent.md) - [Tools](https://docs.qoder.com/en/cli/tools.md) - [Using CLI](https://docs.qoder.com/en/cli/using-cli.md) - [Dynamic workflows](https://docs.qoder.com/en/cli/workflows.md) - [Premium Model Discount Rates](https://docs.qoder.com/events/offpeakrate.md) - [Ultimate at Half Price — Limited Time](https://docs.qoder.com/events/ultimatediscount.md) - [Ultimate for Free — Claim 200 Calls, Limited Time](https://docs.qoder.com/events/ultimatefreecalls.md) - [Canvas](https://docs.qoder.com/extensions/canvas.md): Render text, data, or analysis into a laid-out visual panel — annotate directly on the canvas and share it with your team in one click. - [Hooks](https://docs.qoder.com/extensions/hooks.md) - [Plugins](https://docs.qoder.com/extensions/plugins.md) - [Skills](https://docs.qoder.com/extensions/skills.md) - [Custom Agent](https://docs.qoder.com/extensions/subagent.md) - [Introduction](https://docs.qoder.com/index.md) - [Cloud tasks](https://docs.qoder.com/mobile/app/cloud-tasks.md) - [Download](https://docs.qoder.com/mobile/app/download.md) - [Remote control](https://docs.qoder.com/mobile/app/remote-control.md) - [Cloud tasks](https://docs.qoder.com/mobile/web/cloud-tasks.md) - [Remote control](https://docs.qoder.com/mobile/web/remote-control.md) - [Agentic Chat](https://docs.qoder.com/plugins/ai-chat.md) - [Database](https://docs.qoder.com/plugins/database.md) - [Inline Chat](https://docs.qoder.com/plugins/inline-chat.md) - [Introduction](https://docs.qoder.com/plugins/introduction.md) - [Keyboard Shortcuts](https://docs.qoder.com/plugins/keyboard-shortcuts.md) - [NEXT Code Suggestions](https://docs.qoder.com/plugins/next.md) - [Quick Start](https://docs.qoder.com/plugins/quick-start.md) - [Settings](https://docs.qoder.com/plugins/settings.md) - [Automated Tasks](https://docs.qoder.com/qoderwake/automated-tasks.md): Have a single Waker automatically execute work on a schedule, on an event, or via API trigger, with no human intervention. - [Best Practices](https://docs.qoder.com/qoderwake/best-practices.md): Practical advice for Waker design, conversation techniques, WakerFlow usage, and cost optimization. - [Conversations & Interaction](https://docs.qoder.com/qoderwake/conversation-tasks.md): Interact with Wakers in natural language on the Chat page: start single and group conversations, choose models, upload files, view artifacts, and let a Leader Waker coordinate multi-role collaboration. - [Getting Started](https://docs.qoder.com/qoderwake/installation.md): Environment requirements, installing QoderWake on macOS / Linux / Windows, signing in and starting the service, and creating your first Waker to start a conversation. - [Waker Management](https://docs.qoder.com/qoderwake/manage-wakers.md): Browse and create Wakers in the Waker management list, and configure identity, projects, automated tasks, memory, skills, MCP, permissions, and IM integration through the detail-page Tabs. - [Memory System](https://docs.qoder.com/qoderwake/memory.md): Memory lets Waker maintain context across sessions, continuously accumulating experience and knowledge through interactions. - [Overview](https://docs.qoder.com/qoderwake/overview.md): Get to know QoderWake: create, configure, and run personalized Waker digital employees through the Web Console to handle everyday work tasks. - [Settings & Management](https://docs.qoder.com/qoderwake/settings.md): Configure QoderWake preferences, system settings, network settings, and update management. - [Skills and Integrations](https://docs.qoder.com/qoderwake/skills-and-integrations.md): Extend the capabilities of Waker through the skill marketplace, MCP servers, and IM channels. - [Task Board](https://docs.qoder.com/qoderwake/task-board.md): View the task execution status of all Wakers from a global perspective, with both list and swimlane views. - [Troubleshooting](https://docs.qoder.com/qoderwake/troubleshooting.md): Common QoderWake issues, a network diagnostics table, and feedback and support channels. - [WakerFlow Workflow Orchestration](https://docs.qoder.com/qoderwake/wakerflow.md): Use the WakerFlow multi-agent orchestration engine to break complex tasks into multiple Phases, assign them to different Wakers, and flexibly control the execution order with orchestration primitives. - [App Snapshots](https://docs.qoder.com/qoderwork/app-snapshots.md): Capture a screenshot and readable text from the frontmost app as conversation context - [Task Conversations](https://docs.qoder.com/qoderwork/chat-basics.md): A workflow-oriented guide to creating tasks, enriching context, and tracking execution in QoderWork - [Computer Use](https://docs.qoder.com/qoderwork/computer-use.md): Let QoderWork directly operate applications on your computer - [Connector](https://docs.qoder.com/qoderwork/connectors.md) - [Design](https://docs.qoder.com/qoderwork/design.md) - [Expert Kits](https://docs.qoder.com/qoderwork/expert-kits.md) - [Expert Kits in Action](https://docs.qoder.com/qoderwork/expert-kits-in-action.md) - [Viewing Results](https://docs.qoder.com/qoderwork/file-management.md): Use Working Folders to let QoderWork process your local files - [Hooks](https://docs.qoder.com/qoderwork/hooks.md) - [IM Channels](https://docs.qoder.com/qoderwork/im-channels.md) - [macOS Installation Guide](https://docs.qoder.com/qoderwork/install-macos.md): A complete guide to installing, signing in to, and maintaining QoderWork on macOS. - [Windows Installation Guide](https://docs.qoder.com/qoderwork/install-windows.md): A complete guide to installing and setting up QoderWork on Windows. - [Introduction](https://docs.qoder.com/qoderwork/introduction.md) - [Firecrawl MCP Setup](https://docs.qoder.com/qoderwork/mcp-walkthrough.md) - [Awareness](https://docs.qoder.com/qoderwork/memory.md): Customize your collaboration style and work manual, giving QoderWork cross-session memory and skill evolution. - [Model Selection](https://docs.qoder.com/qoderwork/models.md): Understand the available models and choose the right one for your task - [New Task](https://docs.qoder.com/qoderwork/new-task.md): Create a new task: describe the outcome, pick a workspace, pick a model, bind a working folder, then send. - [Prompt Enhancement](https://docs.qoder.com/qoderwork/prompt-guide.md): Master prompt writing and advanced techniques to get the most out of QoderWork - [Quick Start](https://docs.qoder.com/qoderwork/quick-start.md): Go from download to your first delivered task in about five minutes. - [Scheduled Tasks](https://docs.qoder.com/qoderwork/scheduled-tasks.md) - [System Settings](https://docs.qoder.com/qoderwork/settings.md): Overview of all QoderWork settings: preferences, profile, system, voice, shortcuts, desk, security, and experimental features - [Extension Publishing Guide](https://docs.qoder.com/qoderwork/skill-marketplace-guidelines.md): A guide for authors who want to publish their capabilities to the QoderWork public marketplace, covering the extension ecosystem and the listing requirements for all four extension types (Skill / Plugin / Connector / Workbench). - [Skills](https://docs.qoder.com/qoderwork/skills.md) - [Slides](https://docs.qoder.com/qoderwork/slides.md) - [Task Management](https://docs.qoder.com/qoderwork/task-management.md): Manage your task list: search, rename, pin, group, export, and archive - [Interface Guide](https://docs.qoder.com/qoderwork/ui-overview.md): Learn the QoderWork interface layout and quickly find the features you need - [Use Cases](https://docs.qoder.com/qoderwork/use-cases.md) - [Case 1: Annual Report Auto-Generation](https://docs.qoder.com/qoderwork/user-stories/case-1.md) - [Case 10: Batch PDF to Word Conversion](https://docs.qoder.com/qoderwork/user-stories/case-10.md) - [Case 11: Excel Column Expansion](https://docs.qoder.com/qoderwork/user-stories/case-11.md) - [Case 12: Receipt Photo Recognition & Filing](https://docs.qoder.com/qoderwork/user-stories/case-12.md) - [Case 13: Teaching Materials to Narrated Video](https://docs.qoder.com/qoderwork/user-stories/case-13.md) - [Case 14: Academic Paper to Beginner PPT](https://docs.qoder.com/qoderwork/user-stories/case-14.md) - [Case 15: Auto-Generate Mind Maps](https://docs.qoder.com/qoderwork/user-stories/case-15.md) - [Case 16: Legal Analysis Skill](https://docs.qoder.com/qoderwork/user-stories/case-16.md) - [Case 17: E-commerce Data Auto-Sync](https://docs.qoder.com/qoderwork/user-stories/case-17.md) - [Case 18: Product Image AI Remix](https://docs.qoder.com/qoderwork/user-stories/case-18.md) - [Case 19: Mac Deep Disk Cleanup](https://docs.qoder.com/qoderwork/user-stories/case-19.md) - [Case 2: Tech Research & Analysis Report](https://docs.qoder.com/qoderwork/user-stories/case-2.md) - [Case 20: Storage Visualization Report](https://docs.qoder.com/qoderwork/user-stories/case-20.md) - [Case 21: Software & Process Audit](https://docs.qoder.com/qoderwork/user-stories/case-21.md) - [Case 22: Desktop & Bookmark Cleanup](https://docs.qoder.com/qoderwork/user-stories/case-22.md) - [Case 23: Exam Paper Generation](https://docs.qoder.com/qoderwork/user-stories/case-23.md) - [Case 24: Economic News Auto-Scrape](https://docs.qoder.com/qoderwork/user-stories/case-24.md) - [Case 25: Browser Crash Log Extraction](https://docs.qoder.com/qoderwork/user-stories/case-25.md) - [Case 3: Client Pitch Deck](https://docs.qoder.com/qoderwork/user-stories/case-3.md) - [Case 4: Platform Deployment Automation](https://docs.qoder.com/qoderwork/user-stories/case-4.md) - [Case 5: Foreign Trade Tech Pack Processing](https://docs.qoder.com/qoderwork/user-stories/case-5.md) - [Case 6: Multi-Factory Packing List Consolidation](https://docs.qoder.com/qoderwork/user-stories/case-6.md) - [Case 7: Purchase Order Batch Extraction](https://docs.qoder.com/qoderwork/user-stories/case-7.md) - [Case 8: 10K-Row Sales Data Analysis](https://docs.qoder.com/qoderwork/user-stories/case-8.md) - [Case 9: E-commerce Data Visualization](https://docs.qoder.com/qoderwork/user-stories/case-9.md) - [Folder Organization](https://docs.qoder.com/qoderwork/user-stories/folder-guide.md) - [Voice Input](https://docs.qoder.com/qoderwork/voice-input.md) - [Writing](https://docs.qoder.com/qoderwork/writing.md) - [Quick Start](https://docs.qoder.com/quick-start.md) - [FAQ](https://docs.qoder.com/troubleshooting/common-issue.md) - [MCP Common Issues](https://docs.qoder.com/troubleshooting/mcp-common-issue.md) - [Terminal Execution Exceptions](https://docs.qoder.com/troubleshooting/terminal-execution-exceptions.md) - [Troubleshooting Guide](https://docs.qoder.com/troubleshooting/troubleshooting-guide.md) - [Agent Mode](https://docs.qoder.com/user-guide/chat/agent.md) - [Ask Mode](https://docs.qoder.com/user-guide/chat/ask.md) - [Browser Agent](https://docs.qoder.com/user-guide/chat/browser-agent.md) - [Computer Use Agent](https://docs.qoder.com/user-guide/chat/computer-use-agent.md) - [@Mention](https://docs.qoder.com/user-guide/chat/context.md) - [Custom Models](https://docs.qoder.com/user-guide/chat/custom-models.md) - [MCP](https://docs.qoder.com/user-guide/chat/model-context-protocol.md) - [Model Selector](https://docs.qoder.com/user-guide/chat/model-tier-selector.md) - [Overview](https://docs.qoder.com/user-guide/chat/overview.md) - [Planning Agent](https://docs.qoder.com/user-guide/chat/plan-agent.md) - [Context compression](https://docs.qoder.com/user-guide/chat/smart-context-control.md) - [Tools](https://docs.qoder.com/user-guide/chat/tools.md) - [Ultra Review Agent](https://docs.qoder.com/user-guide/chat/ultra-review.md) - [Commands](https://docs.qoder.com/user-guide/commands.md) - [Configure a Network Proxy](https://docs.qoder.com/user-guide/configure-network-proxy.md) - [One-click prompt optimization](https://docs.qoder.com/user-guide/context/optimize-prompt.md) - [Voice input](https://docs.qoder.com/user-guide/context/voice-input.md) - [Deeplinks](https://docs.qoder.com/user-guide/deeplink.md) - [Indexing](https://docs.qoder.com/user-guide/indexing.md) - [Inline Chat](https://docs.qoder.com/user-guide/inline-chat.md) - [Keyboard Shortcuts](https://docs.qoder.com/user-guide/keyboard-shortcuts.md) - [Knowledge Card](https://docs.qoder.com/user-guide/knowledge-engine/knowledge-cards.md) - [Memory](https://docs.qoder.com/user-guide/knowledge-engine/memory.md) - [Overview](https://docs.qoder.com/user-guide/knowledge-engine/overview.md) - [NEXT Code Suggestion](https://docs.qoder.com/user-guide/next-edit-suggestion.md): Predicts your intent and suggests the NEXT code. - [Agent Mode](https://docs.qoder.com/user-guide/quest/agent-mode.md) - [Execution Environments](https://docs.qoder.com/user-guide/quest/execution-environments.md) - [Experts Mode](https://docs.qoder.com/user-guide/quest/experts-mode.md) - [Goal-driven](https://docs.qoder.com/user-guide/quest/goal-driven.md) - [Overview](https://docs.qoder.com/user-guide/quest/overview.md) - [Review and commit](https://docs.qoder.com/user-guide/quest/review-and-commit.md) - [Scheduled tasks](https://docs.qoder.com/user-guide/quest/scheduled-tasks.md) - [Spec-driven development](https://docs.qoder.com/user-guide/quest/spec-driven.md) - [Supabase Integration](https://docs.qoder.com/user-guide/quest/supabase.md) - [Task Management](https://docs.qoder.com/user-guide/quest/task-management.md) - [Terminal and Sandbox](https://docs.qoder.com/user-guide/quest/terminal-and-sandbox.md) - [Remote Control](https://docs.qoder.com/user-guide/remote-control.md) - [Repo Wiki](https://docs.qoder.com/user-guide/repo-wiki.md) - [Rules](https://docs.qoder.com/user-guide/rules.md) ## OpenAPI Specs - [openapi](https://docs.qoder.com/archived/api-reference/openapi.json) ## Optional - [Website](https://qoder.com) - [Forum](https://forum.qoder.com) - [Blog](https://qoder.com/blog) - [网站](https://qoder.com) - [论坛](https://forum.qoder.com) - [博客](https://qoder.com/blog) - [ウェブサイト](https://qoder.com) - [フォーラム](https://forum.qoder.com) - [ブログ](https://qoder.com/blog)