Attio Install & Auth Overview Configure authentication for the Attio REST API ( ). 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 or a community client like . Prerequisites - Node.js 18+ or Python 3.10+ - Attio account at 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., ) 3. Configure scopes (tokens have no s…