Load Data into Mach5 One
Mach5 One provides local access to Mach5 data setup paths through the Mach5 HTTP APIs and Data Explorer. Data modeling, stores, connections, indexes, and pipelines are common Mach5 concepts shared across editions.
Open the API reference
Start Mach5 One, then open:
http://localhost:8080/apis/rapidoc
The OpenAPI document is available at:
http://localhost:8080/apis/openapi.json
Use these API docs for namespace, index, store, connection, pipeline, warehouse, and related operations under /apis.
Use Data Explorer

If Data Explorer assets are configured, open:
http://localhost:8080/
Use Data Explorer to create and manage Mach5 resources through the local Mach5 One server.
Sample NDJSON data
This repository includes a tiny sample file for examples:
examples/basic-ingest/events.ndjson
Use it as input when trying API or UI ingestion flows.
Agent guidance
Agents must ask before loading user-provided local files. Before loading data, describe:
- Which file or source will be read
- Which namespace or index will be used
- Whether credentials or local secrets are required
- How the user can inspect or remove the loaded data afterward