Laminaris Developer Platform
Access contracts, shipments, documents, and automations through a REST API, webhooks, and an MCP server. Connect your systems once and keep everything in sync.
Documentation and API access are available to customers and integration partners.
# Fetch a shipmentcurl https://api.laminaris.io/v1/shipments/SHP-2847 \ -H "Authorization: Bearer $LAMINARIS_TOKEN" { "id": "SHP-2847", "status": "in_transit", "route": { "from": "CNSHA", "to": "NLRTM" }, "eta": "2026-08-12"}One API for your entire operation
Create shipments, look up contracts, update documents. Every record in Laminaris is available over a simple JSON API, so integrations are quick to build and easy to maintain.
# Create a shipment against a contractcurl -X POST https://api.laminaris.io/v1/shipments \ -H "Authorization: Bearer $LAMINARIS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "contract_id": "C-2024-089", "origin": "CNSHA", "destination": "NLRTM", "quantity_mt": 12500 }'React to changes as they happen
When a shipment status changes, a document is generated, or an approval goes through, Laminaris notifies your endpoint right away. Subscribe to the events that matter to you and build workflows that respond in real time.
// Laminaris posts the event to your endpoint{ "event": "shipment.status_changed", "created_at": "2026-07-31T09:14:22Z", "data": { "shipment_id": "SHP-2847", "from": "customs_hold", "to": "in_transit" }}Give your agents real tools
The Laminaris MCP server lets any compatible agent work with your operations: searching live schedules, drafting records, or explaining why a field changed.
// Connect any MCP-compatible agent to Laminaris{ "mcpServers": { "laminaris": { "url": "https://mcp.laminaris.io/sse", "headers": { "Authorization": "Bearer $LAMINARIS_TOKEN" } } }}REST API
Simple HTTPS access to your operational data.
Webhooks
Real-time notifications for your systems.
MCP server
Let AI agents work with your data.
How it fits together
Any system. Any event. Any agent. All in Laminaris.
Your systems read and write through the REST API, webhooks keep them up to date in real time, and agents connect through MCP.
Your systems

AI agents
FAQ
Common questions
What can I build on the Laminaris API?
Every record in Laminaris is available over a JSON REST API, so you can create shipments, look up contracts, update documents, and drive automations from your own systems.
- Resource-oriented endpoints
- Idempotent, paginated writes
- Isolated sandbox environment
- Clear, consistent errors
How do I authenticate?
The API uses JWT authentication over HTTPS.
Which resources are exposed?
Contracts, shipments, documents, and automations, reachable through all three surfaces:
- REST API for reads and writes
- Webhooks for real-time events
- MCP server for AI agents
Does Laminaris support webhooks?
Yes. Subscribe to the events that matter to you and Laminaris notifies your endpoint as soon as a shipment status changes, a document is generated, or an approval goes through.
- Real-time event delivery
- Automatic retries with backoff
- Per-event subscriptions
What is the Laminaris MCP server?
MCP is the Model Context Protocol, an open standard that lets AI agents call external tools. The Laminaris MCP server exposes your operations to any compatible agent, so an assistant can search live schedules, draft records, or explain why a field changed. It supports read and drafted-write actions.
How do I get API access?
Documentation and API access are available to customers and integration partners. Contact the team and we will get you set up.
Ready to streamline your trade operations?
We'll help identify your biggest opportunities and show you exactly how Laminaris can help.
No commitment required · 30-minute call · Custom insights