🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@openpets/attio

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openpets/attio

OpenPets plugin for the Attio REST API. Use an Attio workspace API key to read and manage CRM objects, records, lists, tasks, notes, comments, meetings, files, SCIM resources, and webhooks.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
91
Maintainers
1
Weekly downloads
 
Created
Source

Attio

OpenPets plugin for the Attio REST API. It is generated from Attio's public OpenAPI specification and uses an Attio workspace API key as a Bearer token.

Quick Start

  • Create an Attio API key from your Attio developer settings.
  • Copy .env.example to .env.
  • Set ATTIO_API_KEY to your API key.
  • Run pets build from this directory.
  • Test with opencode run "test attio connection" --print-logs.

Environment

VariableRequiredDescription
ATTIO_API_KEYYesAttio workspace API key. Sent as Authorization: Bearer <token>.
ATTIO_HOSTNoOptional API host override. Defaults to https://api.attio.com.

Example Queries

  • test attio connection
  • list attio objects
  • list attio people records
  • search attio records
  • list attio tasks
  • create an attio note

Generated Tools

This pet was generated from https://api.attio.com/openapi/api and includes tools for:

  • Objects, attributes, records, lists, and list entries
  • Workspace members
  • Notes, tasks, threads, and comments
  • Meetings, call recordings, transcripts, and files
  • SCIM users, SCIM groups, and SCIM schemas
  • Webhooks

Regenerate after Attio changes its spec:

cd pets/attio
pets generate-openapi

Keywords

opencode

FAQs

Package last updated on 30 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts