One Link to Rule Your Data

Create stable, redirectable, versioned links to any resource in your org, across microservices, APIs, or legacy systems.

Short URL Support

Create clean, memorable URLs with UUID and integer ID support for any resource type.

Versioned, Secure Pointers

Maintain stable references with built-in versioning and enterprise-grade security controls.

Redirect, Resolve, Enrich

Flexible link behavior with metadata enrichment via HTTP headers or API access.

// How it works

Stable links for modern architecture.

Replace brittle direct URLs with intelligent, versioned pointers that work across your entire ecosystem.

// 01 · Redirect

One stable link. Anywhere it needs to go.

Replace brittle direct URLs with short, stable canonicals that can redirect anywhere, with access control and security policies baked in.

  • Short, memorable URLs
  • Flexible redirect rules
  • Access control integration
Canonical URLResolves to
st.io/inv/2026-1042 erp.internal/invoices/987342
st.io/po/acme-14 legacy.acme/po?id=14
st.io/asn/7f29a wms.acme/shipments/7f29a
st.io/doc/contract-v3 s3://docs/contracts/v3.pdf
// 02 · Identifiers

One object. Every identifier your stack speaks.

Resolve the same canonical by human-friendly slug, UUID, or integer ID, whatever your legacy system, your new API, or your partner expects.

  • Multiple identifier formats
  • Legacy system compatibility
  • Consistent API access
same object /inv/2026-1042 slug 7fc29a4e-5e8b-11ef-95a7 UUID 987342 int ID canonical
// 03 · Security

Every link knows its audience.

Mark URLs public, private, or token-scoped. Control who resolves what, and log every resolution to the same audit trail as your file transfers.

  • Granular access controls
  • Token-based authentication
  • Audit trail integration
// 04 · Metadata

Attach context. Read it back anywhere.

Hang arbitrary key/value metadata on any canonical, retrievable via HTTP headers or JSON API. Routing hints, version tags, partner IDs, travel with the link.

  • Flexible metadata storage
  • HTTP header integration
  • API-based metadata access
GET /inv/2026-1042 · HEAD
HTTP/2 302 Found
Location: erp.internal/invoices/987342
X-Canonical
inv/2026-1042
X-Version
v3
X-Partner
acme-supply
X-Scope
internal · token required
X-Revision
current (3 historical)

Stop hardcoding URLs. Canonicalize your architecture.

Build resilient systems with stable, versioned links that work across your entire technology stack.