Appearance
Core concepts
A quick glossary of the building blocks. Each links to its full reference.
| Concept | What it is |
|---|---|
| Organization | The top-level container. Users, access, and billing live here. |
| Content Engine | A self-contained setup that owns your data, intent, workflow, and content. (Called a pipeline in the API.) |
| Data Pool | Where your uploaded data is stored. One engine can have several, for different kinds of data. |
| Object | A single unit of data ready for generation — a product, a place — keyed by uid. |
| Workflow | The visual node graph that defines what happens to your data: transform → generate → quality-check → route → deliver. |
| Intent | What axite writes — Declarations (Stochastic AI) and Rulesets (Deterministic NLG). |
| Guardrails | Your quality rules (brand voice, formatting, data consistency). Workflow gates pass, hold, or reject content by guardrail score. |
| Content Asset | A generated piece of content. One object can produce many; all are kept with history. |
| API key | A per-engine credential (API client) used to authenticate the Data API. Created and revoked in the engine's settings. |