@openpets/attio
v1.0.0
Published
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.
Downloads
102
Maintainers
Readme
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.exampleto.env. - Set
ATTIO_API_KEYto your API key. - Run
pets buildfrom this directory. - Test with
opencode run "test attio connection" --print-logs.
Environment
| Variable | Required | Description |
| --- | --- | --- |
| ATTIO_API_KEY | Yes | Attio workspace API key. Sent as Authorization: Bearer <token>. |
| ATTIO_HOST | No | Optional API host override. Defaults to https://api.attio.com. |
Example Queries
test attio connectionlist attio objectslist attio people recordssearch attio recordslist attio taskscreate 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