Skip to main content
🟢 Status: STABLE
Applies to: CXP-Core · CXP-Agent · CXP-Robot
Last updated: 2026-02-01
This quickstart shows the minimum flow using JSON payloads. Your transport can be HTTP, ROS2, MQTT, or something else—the core model is the same.

1) Create a Context Capsule

A capsule is a versioned document describing intent and constraints.

2) Describe an execution target

Targets advertise capabilities, limits, and tool inventory.

3) Match

Matching answers: “Can this target execute this capsule safely?”
  • green: compatible
  • yellow: compatible with mitigations
  • red: incompatible

4) Plan

The planner binds capsule intent to concrete steps. Example (simplified):

5) Execute + Receipt

Execution produces a receipt so outcomes are auditable and repeatable.

Next

  • /docs/learn/context-capsules
  • /docs/learn/capability-matching
  • /docs/learn/policy-and-safety