# 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. - [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 Teams](https://docs.qoder.com/account/teams/get-started-with-teams.md): Quick Start with Teams. - [Members and Roles](https://docs.qoder.com/account/teams/members-and-roles.md): This article explains member management and roles for the Teams Plan. - [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, add-on caps, and usage limits. - [Usage APIs](https://docs.qoder.com/account/teams/openapi/usage.md): Member- and organization-level Credits usage events, rollups, and Shared Add-on Credits 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. - [Teams Pricing](https://docs.qoder.com/account/teams/teams-pricing.md): Details on Teams Plan pricing, seat management, and shared add-on credits. - [Skills](https://docs.qoder.com/en/cli/Skills.md) - [ACP](https://docs.qoder.com/en/cli/acp.md) - [Archive an agent](https://docs.qoder.com/en/cli/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/en/cli/cloud-agents/api/agents/create.md): Create a new Agent configuration. - [Delete an agent](https://docs.qoder.com/en/cli/cloud-agents/api/agents/delete.md): Permanently delete an Agent. The operation is irreversible. - [Get an agent](https://docs.qoder.com/en/cli/cloud-agents/api/agents/get.md): Retrieve the full details of a single Agent by ID. - [List agents](https://docs.qoder.com/en/cli/cloud-agents/api/agents/list.md): List all Agents under the current account with pagination and ordering. - [List agent versions](https://docs.qoder.com/en/cli/cloud-agents/api/agents/list-versions.md): List the version history of an Agent in descending order by version number. - [Update an agent](https://docs.qoder.com/en/cli/cloud-agents/api/agents/update.md): Update an Agent configuration with optimistic concurrency control. - [Authentication](https://docs.qoder.com/en/cli/cloud-agents/api/conventions/authentication.md): Authenticate Qoder Cloud Agents API requests with a Personal Access Token (PAT). - [Errors](https://docs.qoder.com/en/cli/cloud-agents/api/conventions/errors.md): Unified error envelope, error types, and troubleshooting for the Qoder Cloud Agents API. - [Idempotency](https://docs.qoder.com/en/cli/cloud-agents/api/conventions/idempotency.md): Use idempotency keys to safely retry write operations against the Qoder Cloud Agents API. - [API Overview](https://docs.qoder.com/en/cli/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/en/cli/cloud-agents/api/conventions/pagination.md): Cursor-based pagination scheme used by all list endpoints in the Qoder Cloud Agents API. - [Rate Limits](https://docs.qoder.com/en/cli/cloud-agents/api/conventions/rate-limits.md): Current rate-limiting policies, gateway protections, and recommended client throttling for the Qoder Cloud Agents API. - [Archive an environment](https://docs.qoder.com/en/cli/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/en/cli/cloud-agents/api/environments/create.md): Create a new cloud execution environment for hosting Agent sessions. - [Delete an environment](https://docs.qoder.com/en/cli/cloud-agents/api/environments/delete.md): Permanently delete an environment. The operation is irreversible and requires admin permissions. - [Get an environment](https://docs.qoder.com/en/cli/cloud-agents/api/environments/get.md): Retrieve the full details of a single environment by ID. - [List environments](https://docs.qoder.com/en/cli/cloud-agents/api/environments/list.md): List all non-archived environments under the current account. - [Update an environment](https://docs.qoder.com/en/cli/cloud-agents/api/environments/update.md): Update the properties of an environment, such as name, description, or configuration. - [Delete a file](https://docs.qoder.com/en/cli/cloud-agents/api/files/delete.md): Permanently delete a file by ID. - [Download file content](https://docs.qoder.com/en/cli/cloud-agents/api/files/download.md): Get a presigned download URL for a file. - [Get file metadata](https://docs.qoder.com/en/cli/cloud-agents/api/files/get.md): Retrieve metadata for a single file by file ID. - [List files](https://docs.qoder.com/en/cli/cloud-agents/api/files/list.md): List files under the current account with pagination and purpose filtering. - [Upload a file](https://docs.qoder.com/en/cli/cloud-agents/api/files/upload.md): Upload a file to Qoder Cloud Agents for use in sessions or tools. - [Archive a memory store](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/archive.md): Archive an active Memory Store. - [Create a memory store](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/create.md): Create a new Memory Store. - [Create a memory entry](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/create-entry.md): Create a new memory entry in the specified Memory Store. - [Delete a memory store](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/delete.md): Permanently delete a Memory Store and all its entries. - [Delete a memory entry](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/delete-entry.md): Delete a memory entry. Produces a deletion version record. - [Get a memory store](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/get.md): Retrieve a single Memory Store by ID. - [Get a memory entry](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/get-entry.md): Retrieve a memory entry's full content by ID. - [Get a memory version](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/get-version.md): Retrieve the details of a single memory version, including content if not redacted. - [List memory stores](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/list.md): List all Memory Stores under the current account with pagination. - [List memory entries](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/list-entries.md): List all memory entries under a Memory Store with pagination. - [List memory versions](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/list-versions.md): List the version history of all memory entries in a store with pagination. - [Redact a memory version](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/redact-version.md): Permanently redact the content of a memory version. - [Update a memory entry](https://docs.qoder.com/en/cli/cloud-agents/api/memory-stores/update-entry.md): Update the content of a memory entry; bumps version automatically. - [Using curl](https://docs.qoder.com/en/cli/cloud-agents/api/sdk/curl.md): Walk through a full Qoder Cloud Agents workflow with curl: create an Agent, start a Session, send a message, and stream events. - [Add a resource to a session](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/add-resource.md): Attach file resources to a session so the agent can access them during processing. - [Archive a session](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/archive.md): Archive a session. Archived sessions are hidden from default listings but data is retained. - [Cancel a session](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/cancel.md): Cancel an in-progress session and interrupt agent execution. - [Create a session](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/create.md): Create a new Session bound to an Agent and Environment. - [Delete a session](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/delete.md): Permanently delete a session and all its associated event data. - [Get a session](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/get.md): Retrieve the full details of a single session by ID. - [List sessions](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/list.md): List all sessions under the current account with cursor pagination. - [List events](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/list-events.md): List events in a session in chronological order with cursor pagination. - [Resolve a turn](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/resolve-turn.md): Submit tool execution results so the agent can continue processing. - [Send an event](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/send-event.md): Send an event (typically a user message) to trigger agent processing. - [Stream events (SSE)](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/stream-events.md): Receive all events in a session in real time via Server-Sent Events. - [Update a session](https://docs.qoder.com/en/cli/cloud-agents/api/sessions/update.md): Update mutable attributes of a session, such as title and metadata. - [Create a skill](https://docs.qoder.com/en/cli/cloud-agents/api/skills/create.md): Upload a Skill as a zip archive. - [Delete a skill](https://docs.qoder.com/en/cli/cloud-agents/api/skills/delete.md): Permanently delete a skill and all its versions. - [Get a skill](https://docs.qoder.com/en/cli/cloud-agents/api/skills/get.md): Retrieve a single skill by ID. - [List skills](https://docs.qoder.com/en/cli/cloud-agents/api/skills/list.md): List all skills under the current account with pagination. - [List skill versions](https://docs.qoder.com/en/cli/cloud-agents/api/skills/list-versions.md): List all historical versions of a skill. - [Update a skill](https://docs.qoder.com/en/cli/cloud-agents/api/skills/update.md): Update a skill's metadata such as name and description. - [Archive a vault](https://docs.qoder.com/en/cli/cloud-agents/api/vaults/archive.md): Archive a vault. Archived vaults are not used for active work but remain queryable. - [Create a vault](https://docs.qoder.com/en/cli/cloud-agents/api/vaults/create.md): Create a Vault for securely storing MCP server credentials. - [Create a credential](https://docs.qoder.com/en/cli/cloud-agents/api/vaults/create-credential.md): Add a new MCP server credential to a vault. - [Delete a vault](https://docs.qoder.com/en/cli/cloud-agents/api/vaults/delete.md): Permanently delete a vault and all its associated credentials. - [Get a vault](https://docs.qoder.com/en/cli/cloud-agents/api/vaults/get.md): Retrieve a single vault by ID. - [List vaults](https://docs.qoder.com/en/cli/cloud-agents/api/vaults/list.md): List all vaults under the current account with pagination and status filtering. - [List credentials](https://docs.qoder.com/en/cli/cloud-agents/api/vaults/list-credentials.md): List all credentials under a specific vault. - [Container Reference](https://docs.qoder.com/en/cli/cloud-agents/container-reference.md) - [Defining an Agent](https://docs.qoder.com/en/cli/cloud-agents/define-agent.md) - [Cloud Environments](https://docs.qoder.com/en/cli/cloud-agents/environments.md) - [SSE Event Stream](https://docs.qoder.com/en/cli/cloud-agents/events-stream.md) - [Files and Mounts](https://docs.qoder.com/en/cli/cloud-agents/files.md) - [Memory Stores](https://docs.qoder.com/en/cli/cloud-agents/memory-stores.md) - [Outcomes](https://docs.qoder.com/en/cli/cloud-agents/outcomes.md) - [Overview](https://docs.qoder.com/en/cli/cloud-agents/overview.md) - [Permission Policies](https://docs.qoder.com/en/cli/cloud-agents/permission-policies.md) - [Quickstart](https://docs.qoder.com/en/cli/cloud-agents/quickstart.md) - [Sessions](https://docs.qoder.com/en/cli/cloud-agents/sessions.md) - [Agent Skills](https://docs.qoder.com/en/cli/cloud-agents/skills.md) - [Agent Tools](https://docs.qoder.com/en/cli/cloud-agents/tools.md) - [Vaults](https://docs.qoder.com/en/cli/cloud-agents/vaults.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) - [Model](https://docs.qoder.com/en/cli/model.md) - [Permissions](https://docs.qoder.com/en/cli/permissions.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) - [Using CLI](https://docs.qoder.com/en/cli/using-cli.md) - [Pricing Update: End of Discount & Teams Plan Changes](https://docs.qoder.com/events/pricing-adjustment-notice.md) - [Ultimate at Half Price — Limited Time](https://docs.qoder.com/events/ultimatediscount.md) - [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) - [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) - [Quick Start](https://docs.qoder.com/qoderwake/quick-start.md) - [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) - [Hooks](https://docs.qoder.com/qoderwork/hooks.md) - [IM Channels](https://docs.qoder.com/qoderwork/im-channels.md) - [Introduction](https://docs.qoder.com/qoderwork/introduction.md) - [MCP](https://docs.qoder.com/qoderwork/mcp.md) - [Scheduled Tasks](https://docs.qoder.com/qoderwork/scheduled-tasks.md) - [Skills](https://docs.qoder.com/qoderwork/skills.md) - [Slides](https://docs.qoder.com/qoderwork/slides.md) - [Use Cases](https://docs.qoder.com/qoderwork/use-cases.md) - [User Stories](https://docs.qoder.com/qoderwork/user-stories.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) - [Code Review Agent](https://docs.qoder.com/user-guide/chat/code-review-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) - [Memory](https://docs.qoder.com/user-guide/chat/memory.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) - [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) - [Overview](https://docs.qoder.com/user-guide/knowledge-engine.md) - [Knowledge Card](https://docs.qoder.com/user-guide/knowledge-engine/knowledge-cards.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) - [Overview](https://docs.qoder.com/user-guide/quest/overview.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) - [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)