Skip to main content

Doc Changelog

Recent changes to the Pico API and documentation, listed newest first.


Documentation Updates - May 2026

  • Added new Work Instructions API guide (alpha) for programmatically creating processes, products, and stations with work instructions
  • Added new Media Upload API guide (alpha) for uploading images and videos via HTTP for use in work instructions
  • New GraphQL mutations: processCreate, productCreate, stationCreate

Documentation Updates - April 2026

  • Added new ERP Integration FAQ guide covering common integrator questions across data model, operation order lifecycle, real-time events, production data, inventory, reliability, and scope/limitations
  • Added Event Identity and Deduplication section to the Subscriptions guide with per-stream unique-identity and cursor/timestamp fields
  • Documented Server-Sent Events (SSE) as a first-class subscription transport alongside WebSocket and webhooks in the Subscriptions guide
  • Added new ERP Example Calls guide with ready-to-use cURL examples for the full work order lifecycle
  • Added responseFragment guidance and complete example for webhookSubscribe
  • Added webhook delivery and retry behavior documentation
  • Fixed endState nesting in subscription examples (was incorrectly shown inside operationSummary)
  • Added authentication prerequisite link to Work Order Integration guide
  • Fixed webhookUnsubscribe response message in examples

26.14

  • operationSummary.cycleTime is now available - Total active build time as Float! in days (previously flagged as unimplemented). Surfaced on OperationOrderComplete events.

26.13

  • operationOrderCancel is now available - Cancel unstarted work orders. See the ERP Example Calls guide for usage.
  • Added cancelAll field to OperationOrderCancelInput for canceling all order indexes at once