Skip to content

Commit 65ad8c6

Browse files
Etienne Donnegerclaude
andauthored
docs: point public links to app.pinax.network (#547)
Replace thegraph.com docs links with the new Pinax-hosted help center and docs site: - Docs / Quick start → https://app.pinax.network/docs - FAQ → https://app.pinax.network/help - Authentication deep link → https://app.pinax.network/help#authentication Updates README, skills/SKILL.md, and public/llms.txt. The Graph network-ID references in src/types/zod.ts stay (they point at the network registry, not the docs). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent febd997 commit 65ad8c6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
> Power your apps and AI agents with real-time Token API, prediction market, and perp exchange data.
99
10-
📚 **[Documentation](https://thegraph.com/docs/en/pinax-api/quick-start/)**
10+
📚 **[Documentation](https://app.pinax.network/docs)**
1111

1212
![banner](public/banner.jpg)
1313

@@ -283,7 +283,7 @@ The API relies on Substreams data pipelines to populate the ClickHouse database.
283283
## Authentication
284284

285285
The API uses Bearer token authentication. For the live endpoint (`https://api.pinax.network`), you can get your API token at [The Graph Market](https://thegraph.market).
286-
Head over <https://thegraph.com/docs/en/pinax-api/quick-start/#authentication> for more information.
286+
Head over <https://app.pinax.network/help#authentication> for more information.
287287

288288
For x402 clients, payment enforcement, verification, settlement, and metering are handled by the proxy layer before requests reach this API server. The API server exposes discovery metadata at `GET /.well-known/x402` and keeps request handling independent from x402 payment verification.
289289

public/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
- [OpenAPI specification](https://api.pinax.network/openapi): Authoritative machine-readable contract — use for schemas and parameters.
1212
- [x402 discovery](https://api.pinax.network/.well-known/x402): Machine-readable payment discovery metadata; x402 enforcement is handled at the proxy layer.
1313
- [Pinax API skill](https://api.pinax.network/SKILL.md): Endpoint catalog, conventions, and worked examples for agents.
14-
- [Quick start](https://thegraph.com/docs/en/pinax-api/quick-start/): Setup and first requests.
15-
- [FAQ](https://thegraph.com/docs/en/pinax-api/faq/): Plans, billing, authentication.
14+
- [Quick start](https://app.pinax.network/docs): Setup and first requests.
15+
- [FAQ](https://app.pinax.network/help): Plans, billing, authentication.
1616

1717
## Free endpoints
1818

skills/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ description: >
1414
- **Base URL:** `https://api.pinax.network`
1515
- **OpenAPI spec:** `GET /openapi` — authoritative reference, use for schema details
1616
- **x402 discovery:** `GET /.well-known/x402` — payment discovery metadata; x402 enforcement is handled at the proxy layer
17-
- **Docs:** <https://thegraph.com/docs/en/pinax-api/quick-start/>
18-
- **FAQ:** <https://thegraph.com/docs/en/pinax-api/faq/>
17+
- **Docs:** <https://app.pinax.network/docs>
18+
- **FAQ:** <https://app.pinax.network/help>
1919
- **Canonical skill file:** `GET /SKILL.md`
2020

2121
All responses are JSON: `{ "data": [...], ... }` for data endpoints, or a top-level object for monitoring. Errors follow `{ "status": <code>, "code": "<slug>", "message": "<text>" }`.

0 commit comments

Comments
 (0)