Support

We're here to help you get the most out of Truestamp. Find answers to common questions or get in touch with our support team.

Community & Updates

Share feedback, follow what we're building next, and see what just shipped. Each opens right here in a popup, so no separate account is needed.

Knowledge Base

Browse the concepts behind Truestamp. Pick a domain to explore, follow the links between concepts, or search across everything.

OAuth 2.1

Truestamp's built-in authorization server (authorize, token, register, revoke endpoints with RFC 8414/9728 discovery) issuing audience-bound access tokens and rotating refresh tokens via PKCE S256 consent, with per-surface mcp/api/console read and write scopes; the only credential MCP accepts.

Overview

OAuth 2.1 is the delegated-authorization mechanism Truestamp runs itself: a standards-compliant authorization server that lets a client such as the truestamp CLI or an LLM agent connector act as you without holding your password or a pasted API key. A client self-registers via dynamic client registration, sends you to a browser consent screen, and runs the authorization-code flow with PKCE (S256 only, no client secrets). It receives a 24-hour access token bound to the Truestamp origin plus a rotating 30-day refresh token, and the token carries per-surface scopes (mcp:read, mcp:write, api:read, api:write, console:read, console:write) that say exactly what it may do. An OAuth access token authenticates all four API surfaces; the MCP server accepts OAuth tokens exclusively, while JSON:API, GraphQL, and the console WebSocket accept either an OAuth token or an API key. The endpoints, discovery documents, token lifetimes, and security properties are covered in the OAuth 2.1 authorization server.

Get Help

API Documentation

Comprehensive guides for the REST and GraphQL APIs, including interactive documentation and code examples.

View API Docs

FAQ

Quick answers to the most commonly asked questions about timestamping and verification.

Browse FAQ

Email Support

Send us a message and our team will respond within 24 hours.

[email protected]

Security Issues

Report security vulnerabilities through our responsible disclosure program.

[email protected]