Data Sync & Mapping
Standardize payloads, mappings, and transformations.
Use one orchestration layer for Workflow execution, fallback, and Audit Trail evidence across ERP, MES, WMS, and custom apps.
Intent-based actions (notify, approve, validate) replace channel-specific steps. Executor auto-match and fallback chain (SaaS, AI, human, device) keep business flows moving with audit-ready evidence.
For MES/WMS/SCM integrators with edge and device execution needs, use the dedicated track page as a shared navigation reference.
Open Industry 4.0 Partner TrackYou can consume modules independently—no all‑or‑nothing rollout.
Standardize payloads, mappings, and transformations.
Orchestrate document lifecycles and statuses.
Handle adjustments, reservations, and updates.
Track steps, events, and completions (MES-style).
Picking/packing/shipping orchestration (WMS-style).
States, rules, validations, and exceptions.
Trace runs, handle retries, surface failures.
Execution history for audit-friendly operations.
If an API, inbox, or device is unavailable, the Workflow does not stop. Robo Meister routes the step to a safe Fallback path, alerts the right owner, and keeps the Audit Trail complete.
Hybrid automation with fallback: AI, people, integrations, and devices work together with audit trails. The platform picks the best Executor for each step and can switch automatically when conditions change.
curl https://api.robo-meister.com/v1/workflows/run \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"workflow_id":"wf_order_sync","input":{"order_id":"ORD-1024"}}'
A practical API surface you can evaluate on day one. Endpoint names below are representative and kept stable during early integration design.
| Endpoint | Day-1 purpose |
|---|---|
/workflows/run |
Start a workflow run with validated payload input. |
/workflows/status |
Fetch execution status, progress, and terminal state. |
/documents/validate |
Validate document schema, mappings, and business rules. |
/documents/status |
Track accepted/rejected documents and processing stage. |
/inventory/movements |
Create or list inventory adjustments, reservations, and transfers. |
/production/events |
Ingest MES-style production events and completion signals. |
/warehouse/pickwaves |
Create and monitor pickwave orchestration in warehouse flows. |
/audit/events |
Query immutable execution/audit event history for compliance. |
Robo Meister APIs are not limited to JSON. For selected resources, the same business resource can be returned as data, export, document, or embeddable UI depending on URL suffix or request headers. A client list, order list, document status, or workflow report can be exposed as JSON/XML for system integration, CSV/XLS for operations, PDF for formal reporting, or HTML as an embeddable widget.
Data API
JSON/XML
Exports
CSV/XLS
Documents
Widgets
HTML
| Resource format | Partner use case |
|---|---|
/client/all.json |
Application/API integration |
/client/all.xml |
Legacy or enterprise system integration |
/client/all.csv |
Full export for operations |
/client/all.xls |
Spreadsheet-friendly business view |
/client/all.pdf |
Formal report or document package |
/client/all.html |
Embeddable table/widget for partner portals |
Default response behavior is optimized for real use cases: HTML views keep the existing paginated table behavior, while API/export/report formats such as JSON, XML, CSV, XLS, and PDF keep returning the full filtered list by default. If partners send query filters, page, limit, or pagination controls, those parameters are applied where the supported resource exposes them. Use ?pagination=1 to request paginated responses, ?no-pagination=1 to force the full filtered list, and ?limit=50 to set the pagination size when pagination is enabled.
Connect source data and authentication (OAuth + API keys).
Run the first workflow in production-like mode and stand up dashboard monitoring.
Scale throughput, add workflows, and harden retry/idempotency behavior.
Use the SDK matrix to start quickly with supported integrations.
Available now
composer require robo/robo-connector-sdk
Repository SDK
Use the Java SDK module in this repository (Maven/Gradle setup documented in repo docs).
Available now
pip install robo-connector-sdk
SDK coverage aligns with currently supported routes. Production/high-volume access can require approval.
/developers and /dev/api./portal/start?intent=api_partner for login/register and API key setup.requested → sandbox_active → production_requested → production_approved (or rejected).If you’re hiring because integrations are stuck—or you can’t afford months of trial and error—use a time‑boxed onboarding engagement.
Detailed control matrices (scopes, retention, deployment boundaries) are provided in solution design workshops.
The /solution/partner workspace includes a self-serve developer portal where your engineers can get credentials, test endpoints, and monitor API usage without support bottlenecks.
Browse endpoint references, validate scopes, and generate OAuth-ready snippets from one place.
Issue organisation API keys and mint user tokens tied to the selected key with clear expiration controls.
Track consumed and remaining credits in real time, linked to either organisation quotas or API key-level pools.
Quota ownership can be switched between organisation-wide billing or API key-level credit buckets depending on your operating model.
Pilot KPI targets are planning assumptions. Reported outcomes are either modeled estimates or measured production values depending on deployment stage and data maturity.
Yes—Robo Connector API is modular. Start with one workflow, then expand.
With the Integration Sprint, teams can validate an end‑to‑end flow in weeks (scope-dependent).
ERP/MES/WMS and custom line‑of‑business apps. We’ll confirm fit during a short technical call.
You keep control of your business logic. The API provides reusable building blocks commonly required in enterprise workflows.
Typically usage-based, plus optional onboarding packages. We’ll propose the best fit after understanding scope.