Use your Graunt library with ChatGPT, Claude, Gemini, or Grok.
A Graunt Access Pass is a short-lived read-only credential you can paste into your assistant. The assistant can then retrieve your active Graunt subscriptions and content entitlements while the pass remains valid.
Manage your passes Instructions for assistants
How it works
- Sign in to Graunt and open your library (or finish a purchase on Orders).
- Click Create a 24-hour pass. Pick 1 hour, 24 hours, or 7 days.
- Copy the generated instruction block — it includes a one-time pass token.
- Paste it into ChatGPT, Claude, Gemini, Grok, or your MCP-compatible client.
- The assistant calls Graunt's access plane, retrieves your active library, and uses the rights / provenance / freshness instructions Graunt returns.
What the pass can do
- List your currently-active Graunt subscriptions.
- List your currently-active purchased and granted content entitlements.
- Surface bounded manifest metadata: rights summary, provenance summary, freshness, and supported access modes.
- Operate read-only — it cannot purchase, publish, refund, or modify anything.
Safety
This pass is read-only. It can access your active Graunt library while it remains valid. You can revoke it at any time from your library.
Graunt shows the pass exactly once — copy it immediately. If you lose it, just create a new pass. We do not store the raw pass and cannot show it again.
For developers
- Server:
POST https://api.graunt.com/v1/access-passes/resolve - Auth:
Authorization: Bearer gap_live_<64hex>or submit the pass in the POST body — never as a URL parameter. - Manifest:
GET https://api.graunt.com/v1/access-passes/manifest - Resources:
GET https://api.graunt.com/v1/access-passes/resources - Resource detail:
GET https://api.graunt.com/v1/access-passes/resources/{resource_id}
All access-pass responses set Cache-Control: no-store. Pass-bearing URLs are never emitted by Graunt.