Manage Links
Manage account links through the dashboard, authenticated REST API, or remote MCP server.
Dashboard
The Links module lists, searches, creates, edits, deletes, and opens statistics for account links.


REST API
With X-Api-Key, use GET/POST /v1/links, GET/PATCH/DELETE /v1/links/{link}, POST /v1/links/{link}/qr, link and account analytics, account usage, capabilities, and verified-domain discovery. The API returns only resources owned by the key’s account and enforces plan capabilities and quotas.
MCP for AI assistants
The remote Streamable HTTP endpoint is /mcp. Authentication uses OAuth 2.1 authorization code flow with PKCE: the client opens the ZipQuantum login and consent screen, so no API key is copied manually. The plan must enable full_api_access and mcp_access. Available tools cover link CRUD, analytics, QR codes, usage, and domains; deletion requires explicit confirmation.
Authentication
Users can review and revoke OAuth clients under AI assistant connections. Never expose API keys or OAuth tokens in a public client, URL, prompt, log, or source repository.