> For the complete documentation index, see [llms.txt](https://rawctx.gitbook.io/rawctx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rawctx.gitbook.io/rawctx-docs/readme.md).

# rawctx developer platform

**Make AI answers reviewable without pretending evidence proves truth.**

rawctx connects the answer an application recorded, the source and trace references it submitted, and the trust material a reviewer can verify later.

{% hint style="success" icon="sparkles" %}
**Try it without an account.** Create a hash-only public receipt in the rawctx Hub, then inspect its public verification record.

[Create a public receipt →](https://hub.rawctx.dev/)
{% endhint %}

## Choose your path

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-bolt" style="color:$primary;">:bolt:</i></h3></td><td><strong>Try a public receipt</strong></td><td>Explore the no-sign-up demonstration path and verify a public record.</td><td><a href="https://rawctx.gitbook.io/rawctx-docs/documentation/create-a-public-browser-receipt">https://rawctx.gitbook.io/rawctx-docs/documentation/create-a-public-browser-receipt</a></td></tr><tr><td><h3><i class="fa-code" style="color:$primary;">:code:</i></h3></td><td><strong>Instrument an application</strong></td><td>Record answer evidence with exact source, trace, model-run, and lifecycle references.</td><td><a href="https://rawctx.gitbook.io/rawctx-docs/documentation/get-started">https://rawctx.gitbook.io/rawctx-docs/documentation/get-started</a></td></tr><tr><td><h3><i class="fa-shield-check" style="color:$primary;">:shield-check:</i></h3></td><td><strong>Reconcile and verify</strong></td><td>Compare independent records and verify answer or reconciliation proof bundles.</td><td><a href="https://rawctx.gitbook.io/rawctx-docs/documentation/trust-and-verification">https://rawctx.gitbook.io/rawctx-docs/documentation/trust-and-verification</a></td></tr></tbody></table>

## One reviewable evidence chain

```mermaid
flowchart LR
    A["Application answer"] --> B["Answer evidence log"]
    C["Source and trace references"] --> B
    B --> D["Proofs and receipts"]
    B --> E["Independent reconciliation"]
```

Each artifact stays independently inspectable. Reviewers can trace what the application recorded, which references it named, and which trust material is available without collapsing those claims into a claim of factual correctness.

## Start in five minutes

{% columns %}
{% column width="50%" %}

### Public demonstration

1. Open the [rawctx Hub](https://hub.rawctx.dev/).
2. Create a public, hash-only receipt.
3. Save the receipt identifier and open its public verification view.

This path is designed for evaluation. Production controls live in a private workspace.
{% endcolumn %}

{% column width="50%" %}

### Python SDK and CLI

```bash
python -m pip install rawctx
rawctx login
rawctx trust verify proof.json --json
```

[Continue with the workspace quickstart →](https://rawctx.gitbook.io/rawctx-docs/documentation/get-started)
{% endcolumn %}
{% endcolumns %}

## Know the trust boundary

{% columns %}
{% column width="50%" %}
{% hint style="success" icon="circle-check" %}
**rawctx helps you review**

* Submitted answer evidence and exact references
* Receipt and proof consistency
* Independent reconciliation findings
* Lifecycle and retention history
  {% endhint %}
  {% endcolumn %}

{% column width="50%" %}
{% hint style="warning" icon="triangle-exclamation" %}
**rawctx does not prove**

* Factual correctness of an answer
* Delivery to an end user
* Actual source use in model reasoning
* Truth of submitted external content
  {% endhint %}
  {% endcolumn %}
  {% endcolumns %}

## Explore the platform

{% columns %}
{% column width="50%" %}

### Build

* [Documentation](https://hub.rawctx.dev/documentation)
* [API Reference](https://rawctx.gitbook.io/rawctx-docs/api-reference)
* [Python SDK](https://pypi.org/project/rawctx/)
  {% endcolumn %}

{% column width="50%" %}

### Operate

* [Changelog](https://rawctx.gitbook.io/rawctx-docs/changelog)
* [Help Center](https://rawctx.gitbook.io/rawctx-docs/help-center)
* [Service status](https://hub.rawctx.dev/status)
  {% endcolumn %}
  {% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rawctx.gitbook.io/rawctx-docs/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
