Apex Coding AcademyExplore the curriculum

Build autonomous systems that hold up in the real world.

Master AI automation, agentic workflows, and production bot infrastructure—from your first API call to enterprise orchestration.

orchestrator.ts
async function run(request: Request) {
  const plan = await planner.plan(request)
  for (const step of plan.steps) {
    const result = await router.dispatch(step)
    await memory.store(step.id, result)
  }
  return stream(plan)
}
User / API RequestRouterMemory
Web SearchCode ExecutorDatabaseLLMCustom Tool
Response stream
TypeScriptUTF-8● Ready

From scripts to systems

Learn by shipping

Hands-on labs take you from first build to production-grade systems.

Browse all courses
1 Plan & Decompose 2 Tooling & Execution 3 Memory & Retrieval 4 Streaming Responses 5 Evaluation 6 Deployment
$ pnpm run lab
[info] planning... complete
[info] tool calls... complete
[info] retrieval... complete
[stream] chunk 1/6
[stream] chunk 6/6
[success] lab completed ✓

What you’ll build

Agentic workflows with real toolsHigh-concurrency task executionResilient automation in productionObservability and debuggingDeployable systems, not demos

Three tiers. One production path.

Compare tiers

Starter

Core curriculum and labs to build real automation skills.

Pro

Advanced agentic workflows, tooling, and production patterns.

Enterprise Farm Operator

High-concurrency infrastructure, observability, and team enablement.

APEX

Start building at the apex.

Explore the curriculum