Get started

Media · wired today

Drive Threads (Meta) with governed agents

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

What agents can run against Threads (Meta)

ToolWhat it does
get_profileGet the Threads profile the access token belongs to (id, username, name, biography, profile picture)
list_threadsList the authenticated user's Threads posts, newest first, optionally within a date window
get_threadGet one Threads post by media ID (text, media type, permalink, author, timestamp)
list_thread_repliesList the direct (top-level) replies to one Threads post
get_thread_conversationList the full reply conversation under one Threads post, flattened across nesting levels
get_thread_insightsGet engagement insights for one Threads post (views, likes, replies, reposts, quotes)
get_account_insightsGet account-level Threads insights for the authenticated user (views, likes, replies, reposts, quotes, follower count)
get_publishing_limitGet the authenticated user's Threads publishing quota usage for posts and replies

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

What the Threads (Meta) connector needs

You provide access token from your Threads (Meta) 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: Threads (Meta)'s own API documentation ↗ covers creating and scoping the credential.

How proven is this?

Threads (Meta) answers every unauthenticated request identically, so its endpoint paths rest on Threads (Meta)'s own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.

Threads (Meta) integration FAQ

What can Quox agents do with Threads (Meta)?

Agents can run 8 read-only tools against Threads (Meta): get profile, list threads, get thread, list thread replies, get thread conversation and more. Every call is receipted in the evidence trail.

What does the Threads (Meta) integration need?

You provide access token from your Threads (Meta) 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 Threads (Meta) 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 Threads (Meta) connector?

Threads (Meta) answers every unauthenticated request identically, so its endpoint paths rest on Threads (Meta)'s own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.