documenso-install-auth

Featured

Install and configure Documenso SDK/API authentication. Use when setting up a new Documenso integration, configuring API keys, or initializing Documenso in your project. Trigger with phrases like "install documenso", "setup documenso", "documenso auth", "configure documenso API key".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Documenso Install & Auth ## Overview Set up the Documenso SDK and configure API authentication for document signing. Covers the TypeScript SDK (`@documenso/sdk-typescript`), the Python SDK (`documenso-sdk-python`), and raw REST API usage. Documenso exposes two API versions: **v1** (legacy, documents only) and **v2** (envelopes, multi-document, recommended for new work). ## Prerequisites - Node.js 18+ or Python 3.10+ - Package manager (npm, pnpm, yarn, pip, or uv) - Documenso account — cloud at `app.documenso.com` or self-hosted instance - API key generated from the Documenso dashboard ## Instructions ### Step 1: Install the SDK **TypeScript / Node.js:** ```bash npm install @documenso/sdk-typescript # or pnpm add @documenso/sdk-typescript ``` **Python:** ```bash pip install documenso-sdk-python # or uv pip install documenso-sdk-python ``` ### Step 2: Generate an API Key 1. Log in to your Documenso dashboard (`https://app.documenso.com` or your self-hosted URL). 2. Click your avatar (top-right) and select **User settings** (or **Team settings** for team-scoped keys). 3. Navigate to the **API tokens** tab. 4. Click **Create API Key**, give it a descriptive name (e.g. `ci-pipeline-prod`). 5. Copy the key immediately — it is shown only once. Team API keys inherit the team's document and template access. Personal keys only access your own documents. ### Step 3: Store the Key Securely ```bash # .env (never commit this file) DOCUMENSO_API_KEY=api_xxxxxxxxxxxxxxxxxxxx...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

documenso-security-basics

Implement security best practices for Documenso document signing integrations. Use when securing API keys, configuring webhooks securely, or implementing document security measures. Trigger with phrases like "documenso security", "secure documenso", "documenso API key security", "documenso webhook security".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-hello-world

Create a minimal working Documenso example. Use when starting a new Documenso integration, testing your setup, or learning basic document signing patterns. Trigger with phrases like "documenso hello world", "documenso example", "documenso quick start", "simple documenso code", "first document".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-upgrade-migration

Manage Documenso API version upgrades and SDK migrations. Use when upgrading from v1 to v2 API, updating SDK versions, or migrating between Documenso versions. Trigger with phrases like "documenso upgrade", "documenso v2 migration", "update documenso SDK", "documenso API version".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-common-errors

Diagnose and resolve common Documenso API errors and issues. Use when encountering Documenso errors, debugging integration issues, or troubleshooting failed operations. Trigger with phrases like "documenso error", "documenso 401", "documenso failed", "fix documenso", "documenso not working".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-install-auth

Install and configure Klaviyo Node.js SDK with API key authentication. Use when setting up a new Klaviyo integration, configuring API keys, or initializing the klaviyo-api package in your project. Trigger with phrases like "install klaviyo", "setup klaviyo", "klaviyo auth", "configure klaviyo API key", "klaviyo SDK setup".

2,266 Updated today
jeremylongshore