First hour
Publish an event locally
Install the toolchain, create a workspace, and receive a typed delivery.
Open quick start →Arcwell documentation
Typed events, durable delivery, and operations you can reason about.
import { arc } from "@arcwell/atlas";
await arc.publish(orderAccepted, {
orderId: "ord_7K2M",
region: "north",
});
// Validated. Routed. Durable.Install Arcwell and publish your first typed event.
ConceptsUnderstand runtimes, streams, delivery, and failure.
GuidesMove from local workflows to secure production systems.
API referenceIntegrate with explicit request and response contracts.
CLI referencePlan, inspect, and operate Arcwell from the terminal.
ExamplesStudy complete typed workers and operational patterns.
Events stay typed and traceable from the producer to the final delivery.
Validate, route, and retain typed events with deterministic configuration.
02Relay GatewayAccept signed events at the edge without exposing internal workers.
03Atlas SDKBuild typed producers and workers with explicit delivery semantics.
04arcctlPlan configuration, inspect runtime state, and replay failed work.
First hour
Install the toolchain, create a workspace, and receive a typed delivery.
Open quick start →Production
Set retention, apply least privilege, plan configuration, and verify health.
Read deployment guide →Reference
Review authentication, event publishing, stream claims, and error contracts.
Browse API reference →Leases, bounded retries, quarantine, and replay are visible primitives. No hidden queue behavior.
Understand delivery states →streams:
northline-fulfillment:
lease: 30s
retries:
attempts: 6
backoff: exponential
maximum: 15mLatest release
Route fixture testing, clearer lease pressure, and faster plans for large workspaces.
Read release notes →