API Reference Overview
The 6022 Orchestrator exposes a REST API for programmatic access to agent management. Use it for:
Authentication
Every write request to the orchestrator API is gated by a JWT that you obtain by signing a Sign-In With Ethereum (SIWE) message with the wallet that owns the agent. There is no username/password — your wallet is the credential.
Programmatic Context Primary Keys
This guide covers everything you need to provision, query, and manage context primary keys through the Orchestrator API. Use it alongside the user-facing overview when you need to automate onboarding, hydration pipelines, or large-scale migrations.
Memory Hydration API
Use this guide when you need to preload agent memory with synthetic conversations. It complements the conceptual overview in the user documentation.