# Inf Tracer Rh3o Onrender — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Track and verify the complete audit history from INF Tracer agent sessions by retrieving event timelines, integrity checks, cryptographic hash chain proofs, and comprehensive audit documents. Ensure data authenticity and accountability by accessing bitemporal records that capture both transaction time and valid time for your tracked operations.

**Category:** Developer Tools | **Website:** [inf-tracer-rh3o.onrender.com/timeline](https://inf-tracer-rh3o.onrender.com/timeline) | **Docs:** [parse.bot/marketplace/bb6a9eaf-4da8-41bf-a585-eff4ec536fbe/inf-tracer-rh3o-onrender-com-api](https://parse.bot/marketplace/bb6a9eaf-4da8-41bf-a585-eff4ec536fbe/inf-tracer-rh3o-onrender-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-inf-tracer-rh3o-onrender-com-api-bb6a9eaf/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_audit

Returns the complete audit verification document combining integrity status, chain proof with full hash sequence, and all agent events. This is the comprehensive export suitable for offline cryptographic verification.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-inf-tracer-rh3o-onrender-com-api-bb6a9eaf/get_audit \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_chain

Retrieves the full hash chain verification data including the genesis hash, head hash, verification timestamp, and the complete sequence of block fact hashes. Used for cryptographic audit verification.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-inf-tracer-rh3o-onrender-com-api-bb6a9eaf/get_chain \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_integrity

Returns the integrity verification status of the audit hash chain. Provides a quick check of whether the chain is valid along with the current head hash, chain length, and event count.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-inf-tracer-rh3o-onrender-com-api-bb6a9eaf/get_integrity \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_timeline

Retrieves the full agent event timeline for the current session. Returns all events (memory writes, LLM calls, tool uses, decisions) in chronological order with their associated memory snapshots at each point in time.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-inf-tracer-rh3o-onrender-com-api-bb6a9eaf/get_timeline \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
