This source did not publish a separate summary. Review SKILL.md before using the skill.
SKILL.md
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.
Following this guide produces the Attio integration outcome for its topic—configuration, validation evidence, operational recovery, or a documented migration result. Record command output and relevant identifiers so a failed step is traceable.
Examples
Start with the smallest applicable command or code example in the relevant section, using a dedicated test record or workspace and non-production credentials. Confirm the expected response or validation result before applying the pattern to production.
Error Handling
Error
HTTP Status
Cause
Solution
invalid_grant
401
Bad or expired auth code
Re-authorize the user
insufficient_scopes
403
Token missing required scope
Add scope in dashboard, regenerate
invalid_request
400
Malformed Authorization header
Use Bearer <token> format
not_found
404
Token revoked or workspace deleted
Generate new token
Attio Error Response Format
All Attio errors return JSON with a consistent structure: