> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useorgx.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Build accountable work with OrgX

> Connect AI tools to shared organizational context or build accountable work into your product with the OrgX API.

OrgX gives people, AI tools, and applications one reviewable record of work,
decisions, artifacts, evidence, and receipts.

<CardGroup cols={2}>
  <Card title="Connect your AI tools" icon="plug" href="/docs/guides/toolkit">
    Give Claude, Cursor, Codex, ChatGPT, OpenClaw, and other MCP clients shared
    workspace context and approval boundaries.
  </Card>

  <Card title="Build with the API" icon="code" href="/docs/api/quickstart">
    Create work with one field, complete it with evidence, and keep the receipt.
  </Card>
</CardGroup>

## Try the public API

This request validates a portable receipt without an account and does not store
the submission:

```bash theme={"dark"}
curl -s https://useorgx.com/agent-work-receipts/examples/codex \
  | curl -s https://useorgx.com/api/v1/agent-work-receipts/validate \
    -X POST \
    -H 'Content-Type: application/json' \
    --data-binary @-
```

The response reports whether the receipt is valid, what outcome its producer
reported, and what evidence it carries.

<CardGroup cols={3}>
  <Card title="Understand OrgX" icon="circle-info" href="/docs/introduction">
    See the problem OrgX solves and the control you keep.
  </Card>

  <Card title="Product quickstart" icon="wand-magic-sparkles" href="/docs/quickstart">
    Connect a tool and start a reviewable workflow.
  </Card>

  <Card title="API reference" icon="book" href="/docs/api/overview">
    Browse authentication, operations, errors, and SDKs.
  </Card>
</CardGroup>
