Documentation
Everything you need to integrate Qwick Cert into your development workflow. From CLI quickstarts to the full REST API.
Quick start
Three commands to sign your first binary. No Azure setup, no certificates, no SignTool config.
$ npm install -g @qwickcert/cli# or download the MSI installer
$ qwick auth login# opens browser for OAuth
$ qwick sign ./MyApp.exe# signed with Authenticode + timestamp
Guides
Dive deeper into each area of the platform.
CLI Reference
Install the CLI, authenticate, and sign your first binary. Covers every command and flag.
Read guideBatch Signing
Sign entire build directories with glob patterns, parallel workers, auto-verification, and resume-on-failure.
Read guideAPI Reference
REST API endpoints for signing, session management, team controls, and billing — all under /api/v1.
Read guideGitHub Action & CI/CD
Add Authenticode signing to any CI/CD pipeline. The GitHub Action works on any runner OS — no Windows SDK required.
Read guideMCP Server
Integrate code signing into AI coding assistants like Claude, Cursor, and Windsurf via the Model Context Protocol.
Read guideNeed help?
Open a support ticket from your Dashboard and our team will get back to you.