Onboard is the module for everything that happens before records are clean: receiving files, mapping them to the schema, resolving identities, and enriching gaps so the data is ready for downstream operations. The two surfaces under Onboard are Status and Supplier Portal.Documentation Index
Fetch the complete documentation index at: https://docs.getclaro.ai/llms.txt
Use this file to discover all available pages before exploring further.
Status
A pipeline view of in-flight onboarding jobs.- Stage — the current step in the pipeline.
- Counts — total rows, mapped, unmatched, in review, ready.
- Errors and stalls — surfaced with a one-click jump to the failing operation.
- Run history — every previous batch from the same source, with timing and outcome.
| Stage | Operation |
|---|---|
| Mapped | Data Source Mapping |
| Resolved | Find Duplicates / Find Similarities |
| Validated | Validate Data |
| Normalized | Normalize Data |
| Enriched | Bulk Enrichment |
| Synced | Push & Sync |
Supplier Portal
A hosted intake surface you can share with suppliers. Suppliers don’t need a Claro account — they upload files or fill structured forms via a tokenized link.What suppliers see
- A branded portal with your workspace name and logo.
- Clear instructions for the schema you expect (column names, required fields, allowed enum values).
- A file uploader with inline schema validation — bad files are rejected with line-level error messages.
- An optional structured form for small submissions.
- A submission history so suppliers can resubmit corrections.
What you see
- Submissions land as Data Sources on the relevant catalogue.
- Pre-mapped where possible: known suppliers with a saved mapping skip straight to validation.
- New suppliers go through Data Source Mapping first.
- Schema violations are flagged and routed back to the supplier (with optional auto-email).
Configuring a portal
Per portal, you configure:- Target catalogue(s) — which catalogues this portal feeds.
- Schema — required fields, optional fields, enum value lists.
- File formats — CSV, XLSX, fixed templates.
- Notifications — who is alerted on submission, who is alerted on validation failure.
- Auth — public link, password, or per-supplier tokens.
A typical onboarding flow
- Supplier receives a Supplier Portal link.
- Supplier uploads their feed.
- Data Source Mapping matches their SKUs to existing records; unmatched rows are flagged.
- Validate Data checks schema and rule conformance.
- Bulk Enrichment fills gaps from supplier docs, web sources, or model generation.
- Reviewer approves uncertain items in Notifications.
- Push & Sync publishes to downstream platforms.