Founding Beta is open. A limited cohort shaping the platform. Β Apply for access β†’
Documentation is growing with the platform. Beta partners get access to direct team support. Apply to the founding beta to work with us directly.
Documentation

Everything you need to ship with Snapn.

Guides, API reference, enterprise configuration, and troubleshooting. Start below or search for what you need.

9 categories42 articlesUpdated with each beta releaseFull API reference included
Quick start

From install to first guide in five minutes.

No integration setup, no admin access to source applications, no API keys to configure. Install the extension, open any web app, and start capturing.

01

Install the extension

Add Snapn to Chrome or Edge. Works without admin rights. Enterprise deployment via MDM or Chrome Enterprise policy.

Installation guide
02

Create your workspace

Set up your team workspace, invite members, and configure role-based permissions before your first capture session.

Workspace setup
03

Capture your first guide

Open any web application, click the Snapn extension, and work through the process. Every action is captured automatically.

Capture walkthrough
04

Publish and share

Review the AI-structured steps, make edits, run through the approval workflow, and share via link, embed, or PDF.

Sharing options
Capture
Automatic workflow capture from any web application. Sensitive data masking, keyboard shortcuts, and capture settings.
5 articles
View all articles
Guide Management
Edit, annotate, and refine captured steps with AI assistance. Version history, rollback, and structured templates.
5 articles
View all articles
Governance
Role-based permissions, approval workflows, review cycles, and full audit logs. Everything your compliance team needs.
5 articles
View all articles
Sharing and Embedding
Public and private links, embed in any web platform, PDF export. Distribute guides anywhere work happens.
4 articles
View all articles
API and Webhooks
REST API and webhook events. Trigger captures, fetch guides, and pipe Snapn into any workflow. Token authentication.
5 articles
View all articles
Enterprise Security
Regional data residency, on-premise and VPC deployment, compliance certifications, and the security packet for your team.
6 articles
View all articles
Integrations
Embed guides in Confluence, Notion, SharePoint, Zendesk, and more. SSO and SCIM provisioning for Enterprise teams.
5 articles
View all articles
Troubleshooting
Common issues with the extension, capture errors, and how to reach the team directly during the founding beta.
4 articles
View all articles
API and Webhooks

Programmatic access to every guide, capture, and event.

The Snapn REST API lets you trigger captures from any event, fetch guides with their full step metadata, receive webhook notifications when documentation changes, and pipe Snapn into any existing tool stack.

  • Token-based authentication: API keys scoped per workspace. Rotate without disrupting existing integrations.
  • Consistent REST patterns: every resource follows the same response structure. No surprises.
  • Webhook events for guide.created, guide.approved, capture.completed, gap.detected, and more.
Endpoints
GET/v1/guidesList guides
GET/v1/guides/{id}Fetch a guide
POST/v1/capturesTrigger a capture
GET/v1/blueprints/{id}Fetch a blueprint
POST/v1/exportsExport a guide as PDF
GET/v1/analytics/guidesUsage metrics
Full API reference
# Fetch a guide with all steps and metadata curl -X GET "https://api.snapn.ai/v1/guides/gd_8xKm2p" \ -H "Authorization: Bearer <your-api-key>" \ -H "Content-Type: application/json" # Response { "id": "gd_8xKm2p", "title": "Change Request Approval", "status": "approved", "steps": 8, "views": 423, "owner": "alex@company.com", "region": "eu", "created_at": "2026-01-15T09:42:11Z", "updated_at": "2026-02-03T14:28:00Z" }
Enterprise Security

Documentation for your security team.

Architecture diagrams, compliance certifications, deployment guides, and the security packet: everything your security team needs to evaluate and approve Snapn.

πŸ‡ΊπŸ‡Έ United StatesπŸ‡ͺπŸ‡Ί European UnionπŸ‡¨πŸ‡¦ CanadaπŸ‡¦πŸ‡ͺ UAE
SOC 2 Type I achievedISO 27001HIPAA-readyGDPR DPAPIPEDAADGM

SOC 2 Type II audit is in progress. All certifications above are current and confirmed.

What's new

Latest documentation updates.

Documentation updates ship with each beta release. Partners are notified directly of changes that affect their deployment.

15 May 2026
Feature

Process Blueprints documentation added

Full documentation for the BPMN canvas, node types, gap detection workflow, and owner assignment. Includes BPMN gateway reference.

02 May 2026
API

gap.detected webhook event

New webhook event fires when a Process Blueprint node has no SOP attached. Payload includes node owner, system, and risk level.

18 Apr 2026
Security

UAE region and ADGM compliance docs

Data residency documentation updated to cover the UAE region. ADGM compliance guide and DPA template added to the security section.

04 Apr 2026
API

/v1/blueprints endpoint

New endpoint for fetching Process Blueprint metadata, node list, gap summary, and attached SOP identifiers. Full reference added.

21 Mar 2026
Feature

Pluggable AI configuration guide

Step-by-step guide for connecting a private AI model to Snapn's guide generation pipeline. Covers model endpoint format and auth.

08 Mar 2026
Security

SOC 2 Type I achievement

Documentation updated to reflect SOC 2 Type I achievement. Type II audit in progress. Security packet updated with new report summary.

Founding Beta

Need something not documented yet?

During the founding beta, beta partners work directly with the team. Questions go to the people building the product, not a support queue.