# 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. - [IM Channel Controls](https://docs.qoder.com/account/teams/im-channel-controls.md) - [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. - [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 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. - [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. - [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, enum values, 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. - [Archive a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/archive.md): Archive an active Memory Store. - [Create a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/create.md): Create a Memory Store for persistent text memory entries. - [Create a memory entry](https://docs.qoder.com/cloud-agents/api/memory-stores/create-entry.md): Create a text memory entry in a Memory Store. - [Get a memory store](https://docs.qoder.com/cloud-agents/api/memory-stores/get.md): Retrieve a Memory Store by ID. - [Get a memory entry](https://docs.qoder.com/cloud-agents/api/memory-stores/get-entry.md): Retrieve a memory entry by ID. - [Get a memory version](https://docs.qoder.com/cloud-agents/api/memory-stores/get-version.md): Retrieve a Memory version by ID. - [List memory stores](https://docs.qoder.com/cloud-agents/api/memory-stores/list.md): List Memory Stores under the current account with cursor pagination. - [List memory entries](https://docs.qoder.com/cloud-agents/api/memory-stores/list-entries.md): List active memory entries in a Memory Store. - [List memory versions](https://docs.qoder.com/cloud-agents/api/memory-stores/list-versions.md): List Memory version history in a Memory Store. - [Memory Store data structures](https://docs.qoder.com/cloud-agents/api/memory-stores/schemas.md): Shared Memory Store, entry, version, and metadata structures. - [Update a memory entry](https://docs.qoder.com/cloud-agents/api/memory-stores/update-entry.md): Update a memory entry's content and create a new version. - [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. - [Add a resource to a session](https://docs.qoder.com/cloud-agents/api/sessions/add-resource.md): Attach file or GitHub repository resources to a session so the agent can access them during processing. - [Archive a session](https://docs.qoder.com/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/cloud-agents/api/sessions/cancel.md): Cancel an in-progress session and interrupt agent execution. - [Create a session](https://docs.qoder.com/cloud-agents/api/sessions/create.md): Create a new Session bound to an Agent and Environment. - [Get a session](https://docs.qoder.com/cloud-agents/api/sessions/get.md): Retrieve the full details of a single session by ID. - [List sessions](https://docs.qoder.com/cloud-agents/api/sessions/list.md): List all sessions under the current account with cursor pagination. - [List events](https://docs.qoder.com/cloud-agents/api/sessions/list-events.md): List events in a session in chronological order with cursor pagination. - [Session data structures](https://docs.qoder.com/cloud-agents/api/sessions/schemas.md): Shared Session, resource, event, and stats structures. - [Send an event](https://docs.qoder.com/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/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/cloud-agents/api/sessions/update.md): Update mutable attributes of a session, such as title and metadata. - [Create a skill](https://docs.qoder.com/cloud-agents/api/skills/create.md): Upload a Skill as a zip archive. - [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. - [Get a vault](https://docs.qoder.com/cloud-agents/api/vaults/get.md): Retrieve a single vault by ID. - [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. - [Container reference](https://docs.qoder.com/cloud-agents/container-reference.md): Container types, network policies, and preinstalled packages. - [Agent setup](https://docs.qoder.com/cloud-agents/define-agent.md): Create a reusable, versioned agent configuration. - [Cloud environment setup](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. - [Build persistent memory](https://docs.qoder.com/cloud-agents/memory-stores.md): Give your agent persistent memory across sessions. - [Define outcomes](https://docs.qoder.com/cloud-agents/outcomes.md): Tell an agent what success looks like. - [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. - [Start a session](https://docs.qoder.com/cloud-agents/sessions.md): Run an agent against an environment as a stateful conversation. - [Agent Skills](https://docs.qoder.com/cloud-agents/skills.md): Attach domain expertise to your 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. - [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) - [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) - [Qwen3.7-Max: 200 Free Daily Calls — Limited Time](https://docs.qoder.com/events/qwen-max-daily-free.md) - [Qwen3.7-Max at Half Price — Limited Time](https://docs.qoder.com/events/qwen-max-discount.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) - [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) - [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) - [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) - [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) - [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) - [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)