instantly-install-auth

Featured

Set up Instantly.ai API v2 authentication and project configuration. Use when creating a new Instantly integration, generating API keys, or configuring environment variables for the Instantly outreach platform. Trigger with phrases like "install instantly", "setup instantly", "instantly auth", "configure instantly API key", "instantly credentials".

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

# Instantly Install & Auth ## Overview Configure Instantly.ai API v2 authentication. Instantly uses Bearer token auth with scoped API keys. There is no official SDK — all integrations use direct REST calls to `https://api.instantly.ai/api/v2/`. ## Prerequisites - Instantly.ai account on Hypergrowth plan ($97/mo) or higher (required for API v2 access) - Node.js 18+ or Python 3.10+ - Access to Instantly dashboard at `https://app.instantly.ai` ## Instructions ### Step 1: Generate API Key 1. Log into `https://app.instantly.ai` 2. Navigate to **Settings > Integrations > API** 3. Click **Create New API Key** 4. Select scopes (e.g., `campaigns:read`, `leads:all`, `accounts:read`) 5. Copy the key — it is shown only once ```bash set -euo pipefail # Create .env file with your API key cat > .env << 'ENVEOF' INSTANTLY_API_KEY=your-api-key-here INSTANTLY_BASE_URL=https://api.instantly.ai/api/v2 ENVEOF echo "Created .env with Instantly config" ``` Available API scopes (resource:action format): | Scope | Access | |-------|--------| | `campaigns:read` | List/get campaigns and analytics | | `campaigns:update` | Create, patch, activate, pause campaigns | | `campaigns:all` | Full campaign CRUD + analytics | | `accounts:read` | List/get email accounts | | `accounts:update` | Create, warmup, pause accounts | | `leads:read` | List/get leads and lead lists | | `leads:update` | Create, move, delete leads | | `leads:all` | Full lead CRUD | | `all:all` | Unrestricted access (dev only) | ### Ste...

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

instantly-security-basics

Apply Instantly.ai security best practices for API keys, scopes, and access control. Use when securing API keys, implementing least-privilege access, or auditing Instantly workspace permissions. Trigger with phrases like "instantly security", "instantly api key safety", "instantly least privilege", "secure instantly", "instantly access control".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-hello-world

Create a minimal working Instantly.ai example with real API calls. Use when starting a new Instantly integration, testing your setup, or learning basic Instantly API v2 patterns. Trigger with phrases like "instantly hello world", "instantly example", "instantly quick start", "simple instantly code", "test instantly api".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-deploy-integration

Deploy Instantly.ai webhook receivers and API integrations to cloud platforms. Use when deploying to Vercel, Cloud Run, or Fly.io, or setting up production webhook endpoints. Trigger with phrases like "deploy instantly", "instantly cloud run", "instantly vercel", "instantly webhook deployment", "instantly production deploy".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-ci-integration

Configure CI/CD pipelines for Instantly.ai integrations with GitHub Actions. Use when setting up automated testing, deployment pipelines, or continuous validation of Instantly API integrations. Trigger with phrases like "instantly ci", "instantly github actions", "instantly pipeline", "instantly automated testing", "instantly ci/cd".

2,266 Updated today
jeremylongshore
API & Backend Featured

instantly-upgrade-migration

Migrate Instantly.ai integrations from API v1 to v2. Use when upgrading from deprecated v1 endpoints, updating authentication, or migrating endpoint paths and request formats. Trigger with phrases like "instantly v1 to v2", "instantly api migration", "instantly upgrade", "instantly deprecated", "migrate instantly api".

2,266 Updated today
jeremylongshore