Skip to main content
First steps

Usage guide

Pick the right mode for you in one minute — a getting-started overview for new users.

About Qoder Cloud Agents

Qoder Cloud Agents is Agent as a Service. Enterprises no longer need to build a full agent infrastructure themselves — from building, deploying, and running an agent, to API integration, IM channel reach, and identity isolation, everything is delivered as a fully managed service by Qoder. It shortens the distance from "developing an agent" to "actually serving end users" from weeks to hours, so every team can quickly own its AI agent product. The API has two modes that cover the full Agent lifecycle from development to production. Each mode exposes its own resource-management endpoints; there is no separate Resources layer.

Forward Mode

A lower-barrier way to bring agents into business scenarios. Based on a three-tier configuration model (enterprise / template / identity), an administrator presets the agent shape and available resources, and callers use it out of the box. It also ships with the surrounding ecosystem that business needs — IM channel integration, scheduled tasks, and end-user identities.

Managed Mode

A low-level, fully managed runtime for developers who need complete control. Define an Agent, start a Session, and dynamically mount sandbox environments, Skills, and files at runtime. No need to build your own agent loop or tool-execution infrastructure. Managed Mode also contains the organization-level APIs for Environments, Skills, Vaults, Files, Memory Stores, and Models.

Forward Mode vs Managed Mode

DimensionForward ModeManaged Mode
PositioningWraps a three-tier config model and IM / scheduling / identity capabilities on top of Managed Mode, helping teams deliver agents to end users quickly and reliablyProvides fully managed agent definition and runtime, exposing atomic runtime APIs
Best forSaaS vendors, integrators, and teams serving C-end users or a large number of callersDevelopers / enterprises with strong engineering capability who want full control of the agent shape and to build their own upper-layer product
Config modelThree-tier (enterprise / template / identity); admin presets, callers pass only template_id + identity_idCallers explicitly specify environment / skill / files at session start
Caller complexityLower — Forward Mode absorbs the business complexityHigher — very flexible; each call decides what to mount
End-user identityBuilt-in Identity; one identity per C-end user, with automatic memory and permission isolationNot built in; callers manage isolation themselves
IM channelsBuilt-in Lark / DingTalk / WeChat / WeCom, QR-code bindingImplement your own
Scheduled / triggered executionBuilt-in Schedules (cron / one-time), effective once configuredOrchestrate via Managed Mode Deployments
Start with Forward Mode to deliver Agent capabilities to end users fast. Choose Managed Mode when you need full runtime control and plan to build your own product layer. Use the resource endpoints under the selected mode; Forward and Managed resources are maintained independently.

Next steps

  • Forward Mode — Templates · Identities · Sessions · Schedules · Channels · Resources
  • Managed Mode — Agents · Sessions · Deployments · Dreams · Resources