HubPublic

Hub guide

rawctx workflow docs

rawctx packages your company meaning into checksummed, versioned packages for AI agents, analytics, and code.

Quickstart

3-minute quickstart

Install rawctx, review a package, download a published snapshot, and load the same package context from Python or your agent workflow.

PyPIrawctx CLI
Default surfaceHub
Download pathsnapshot-download
Registry hosthttps://api.rawctx.dev
python3 -m pip install --upgrade rawctx
rawctx search "stripe subscriptions" --sort recent
rawctx snapshot-download @pasar6987/stripe-subscriptions
rawctx to-prompt @pasar6987/stripe-subscriptions --datasets subscriptions,invoices --max-tokens 1200

Start with the problem

Move from review to reusable package context

These docs mirror the product story: review provenance first, load a trusted package second, and only publish from the scope your team actually owns.

Package availability

Published package means rawctx can hand off directly to snapshot-download, load(), and to_prompt() for published OSI or native MetricFlow snapshots. Candidate packages stay reviewable in rawctx Hub, but ownership and runnable access stay upstream until a maintainer publishes a version they own.

Authentication boundary

Public search, info, review, and many downloads do not need login. Login is reserved for publish, claim, favorites, self-serve workspace creation, settings, or private workspace access.

Automation and Python

The CLI and Python SDK share the same public-first model, so notebooks and scripts can use the same review flow plus typed model loading, native MetricFlow snapshots, and prompt compression you see in the docs.