Missions
Learn about Reqon missions - the top-level container defining complete data pipelines with sources, stores, actions, and execution flow.
Actions
An Action is a named sequence of steps that process data. Actions are the building blocks of your pipeline logic.
Sources
A Source defines an API endpoint that your mission connects to. Sources configure authentication, base URLs, rate limiting, and other HTTP client options.
Stores
A Store is a named data persistence target. Stores allow you to save, retrieve, update, and query data during mission execution.
Schemas
Schemas define data shapes for validation and pattern matching. They're used to validate responses, route data based on structure, and document expected data formats.