Developer Docs
EntryGo developer docs
EntryGo is programmable infrastructure for customs-compliant exports. Use these docs to install the SDK, plan exports, execute exports, inspect export state, and integrate compliant export artifacts into your systems.
Start with a guide if you want to complete a workflow. Start with the API reference if you need endpoint and schema detail. Try the public playground if you want to inspect a mocked protocol request and response before you integrate. The checked-in OpenAPI file remains the machine contract.
Concepts
Start with protocolProtocolProtocol-first architecture, actor boundaries, and why EntryGo keeps planning and execution in one contract.Export LifecycleHow sync, plan, execute, inspect, events, and retries fit into one operational lifecycle.PrimitivesCore protocol objects such as orders, exports, customs packages, artifacts, notifications, and broker submission.ArtifactsWhat EntryGo generates during execution, where artifacts appear, and how clients should reason about them.Broker SubmissionWhy broker delivery belongs to the protocol and how the current email transport is modeled.
Guides
View quickstartWant a quick protocol demo first? Open the playground.
First ExportGet from credentials to a completed export with concrete request, response, and troubleshooting guidance.Build a Supply Chain App with EntryGoAgent-ready install, SDK setup, and the first successful export loop.Warehouse IntegrationOperational guidance for 3PL and warehouse engineers wiring EntryGo into a warehouse system.Automation AgentsDeterministic planning, inspect-driven loops, and retry rules for AI agents and automation clients.Publishing EntryGo PackagesRelease checklist and publish commands for the SDK and CLI install surfaces.
OverviewInteractive OpenAPI reference rendered from the checked-in EntryGo contract.AccountsAccount scope and top-level protocol ownership for authenticated EntryGo API usage.ProductsProduct sync and customs-readiness inputs that planning depends on.OrdersOrder intake and sync, with idempotent upsert behavior and planning prerequisites.WarehousesOrigin facilities used during planning and execution for export-side operations.BrokersBroker records and execution handoff targets used by the export workflow.ExportsPlan, execute, and inspect, with behavioral notes for deterministic planning and retries.Customs OptimizerDraft contract for the AI primitive that optimizes product customs data before export planning.Customs PackagesPackage-level artifact inventory and current customs package state after execution.ErrorsError envelope, retry behavior, and machine-readable failure handling patterns.