Get started

Media · wired today

What can agents actually do with Pinterest?

Creative assets and channels, readable without handing anyone the keys. The Pinterest connector is one of 205 executable connectors and gives agents 5 read-only tools, with the credential held in the vault and every call receipted.

The Pinterest tool list, exactly as agents see it

  • get_user_account — Get the Pinterest account behind this token: username, account type, and board, pin, follower and monthly-view counts
  • list_boards — List the Pinterest boards owned by this account plus group boards it collaborates on, newest first
  • list_pins — List the Pins owned by this Pinterest account across all of its boards
  • get_board — Get one Pinterest board by ID, including its Pin, follower and collaborator counts
  • list_board_pins — List the Pins on one Pinterest board owned by or shared with this account

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

What the Pinterest connector needs

You provide access token from your Pinterest account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Pinterest's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

This connector was blind shape-proven against the real Pinterest API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.

Pinterest integration FAQ

What can Quox agents do with Pinterest?

Agents can run 5 read-only tools against Pinterest: get user account, list boards, list pins, get board, list board pins. Every call is receipted in the evidence trail.

What does the Pinterest integration need?

You provide access token from your Pinterest account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Pinterest credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Pinterest connector?

This connector was blind shape-proven against the real Pinterest API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.