NEPLEX MANAGED SERVICE

Neplex OpenPrinter Cloud

A managed REST API for sending durable print jobs to local printers through paired OPPA agents. Start with the free tier, then scale the managed service when your workload needs more capacity.

Free tier available for getting started
ONE MANAGED BOUNDARY

Everything your application needs.

Neplex OpenPrinter Cloud owns the hosted delivery layer. Your application keeps its business rules, while the Cloud API handles project keys, durable jobs, paired agents, and delivery state.

TypeScript SDK

Use the strongly typed openprinter client with retries, validation, and environment defaults.

Read the SDK guide
HOW IT WORKS

From project to paper.

  1. 01

    Create a project and API key

    Use the Neplex dashboard to create a project key with the jobs:write or jobs:read scope your application needs.

  2. 02

    Pair an OPPA agent

    Pair the local desktop agent from the dashboard. Its private key stays on the machine; the Cloud service stores only the public identity needed for delivery.

  3. 03

    Submit a durable REST job

    Send a structured document with an idempotency key and follow its delivery state from your application.