attio-install-auth

Featured

Set up Attio REST API authentication with access tokens or OAuth 2.0. Use when configuring API keys, setting token scopes, initializing the Attio client, or connecting an app via OAuth. Trigger: "install attio", "setup attio", "attio auth", "attio API key", "attio OAuth", "attio access token".

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

# Attio Install & Auth ## Overview Configure authentication for the Attio REST API (`https://api.attio.com/v2`). Attio offers two auth methods: **access tokens** (scoped to a single workspace) and **OAuth 2.0** (for multi-workspace integrations). There is no official first-party Node SDK -- use `fetch` or a community client like `attio-js`. ## Prerequisites - Node.js 18+ or Python 3.10+ - Attio account at [app.attio.com](https://app.attio.com) - API access enabled in workspace settings ## Instructions ### Step 1: Generate an Access Token 1. Open **Settings > Developers > Access tokens** in your Attio workspace 2. Click **Create token** and name it (e.g., `my-integration-dev`) 3. Configure scopes (tokens have **no scopes by default** -- you must add them): | Scope | Grants access to | |-------|-----------------| | `object_configuration:read` | List/get objects and attributes | | `record_permission:read` | Read records (people, companies, deals) | | `record_permission:read-write` | Create/update/delete records | | `list_entry:read` | Read list entries | | `list_entry:read-write` | Create/update/delete list entries | | `note:read-write` | Create and read notes | | `task:read` / `task:read-write` | Read or manage tasks | | `user_management:read` | Read workspace members | | `webhook:read-write` | Manage webhooks | 4. Copy the token -- it starts with `sk_` and **never expires** (but can be revoked) ### Step 2: Configure Environment ```bash # .env (add to .gitignore imme...

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

attio-security-basics

Secure Attio API integrations -- token scoping, secret management, scope auditing, webhook signature verification, and rotation procedures. Trigger: "attio security", "attio secrets", "secure attio", "attio API key security", "attio scopes", "attio token rotation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

customerio-install-auth

Install and configure Customer.io SDK/CLI authentication. Use when setting up a new Customer.io integration, configuring API keys, or initializing Customer.io in your project. Trigger: "install customer.io", "setup customer.io", "customer.io auth", "configure customer.io API key", "customer.io credentials".

2,266 Updated today
jeremylongshore
AI & Automation Featured

attio-hello-world

Make your first Attio API calls -- list objects, create a person, query companies, and read attributes. Use when starting a new Attio integration or learning the API. Trigger: "attio hello world", "attio example", "first attio call", "attio quick start", "try attio API".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-install-auth

Install and configure Apollo.io API authentication. Use when setting up a new Apollo integration, configuring API keys, or initializing Apollo client in your project. Trigger with phrases like "install apollo", "setup apollo api", "apollo authentication", "configure apollo api key".

2,266 Updated today
jeremylongshore
AI & Automation Featured

miro-install-auth

Install and configure Miro REST API v2 authentication with OAuth 2.0. Use when setting up a new Miro app, configuring OAuth tokens, or initializing the @mirohq/miro-api Node.js client. Trigger with phrases like "install miro", "setup miro", "miro auth", "miro OAuth", "configure miro API".

2,266 Updated today
jeremylongshore