BigHugger
sk Skill · celigo

managing-api-tokens

Manage Celigo API tokens (the accesstoken resource) - — bearer credentials that authenticate inbound programmatic calls into integrator.io's REST API, custom APIs, and MCP servers. Covers personal access tokens (PATs) versus account-level API tokens, least-privilege scoping versus full access, the revoke-before-delete lifecycle, auto-purge expiry, and keeping token secrets out of chat. Use when creating, scoping,…

installs 8w
862
30-day movement
starts with the next reading
Related entries
1
Connections
0
bashJavaScript

This is an agent skill (a SKILL.md) that teaches an AI coding agent how to manage Celigo API tokens, the accesstoken resource that authenticates inbound programmatic calls into integrator.io's REST API, custom APIs, and MCP servers. It covers personal access tokens versus account-level tokens, least-privilege scoping, revoke-before-delete lifecycle, auto-purge expiry, and distinguishing these inbound tokens from a connection's OAuth access token.

Reach for it when an automation or external client needs to authenticate into integrator.io and you need tokens created, scoped, rotated, or revoked correctly without leaking secrets into chat.

Use it to

  • Generate and scope a new API token to only the resources its consumer calls
  • Audit existing tokens for over-broad fullAccess scopes and unclear purposes
  • Rotate or revoke a token using the revoke-before-delete lifecycle
  • Set autoPurgeAt expiry for temporary or contractor access
  • Distinguish an integrator.io API token from a connection's OAuth token

For Celigo integrator.io developers and admins writing automations or scripts

Host repository
celigo/ai
Installs, lifetime
1,200
Installs, 8 weeks
862
Host stars
4
Host language
JavaScript
topicsceligoapi-tokensauthenticationsecurityintegrator-ioagent-skill