social · wired today
Drive Facebook Pages with governed agents
External systems are where agent answers come from. The Facebook Pages connector is one of 222 executable connectors and gives agents 7 tools, with the credential held in the vault and every call receipted.
What agents can run against Facebook Pages
| Tool | What it does |
|---|---|
get_pages | List the Facebook Pages this token can manage, with category and follower count. Never returns a page access token. |
get_page_info | Get Facebook Page details (about, category, followers, verification status). |
get_page_posts | List recent posts on a Facebook Page with engagement counts. |
get_page_insights | Get organic Page Insights (impressions, engagement, fans) for a Facebook Page. |
get_lead_forms | List the Lead Ads forms attached to a Facebook Page. |
get_leads | Retrieve submitted leads for a Lead Ads form. |
publish_page_post | Publish a post to a Facebook Page feed (text, optional link, optional image). Files a human approval request; the post goes out only after an approver says yes. |
What the Facebook Pages connector needs
You provide access token from your Facebook Pages account. 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: Facebook Pages's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
The Facebook Pages connector is a hand-written module that has been exercised against the live Facebook Pages API.
- Credentialed The vault stores, tests and just-in-time resolves its credential; agents never see the secret.
- Agent-owned A dedicated agent (facebook) owns it out of the box.
- Schedulable Not yet exposed in the workflow builder; that integration is on the connector roadmap.
- Evidenced Per-call evidence envelopes are on the roadmap; vault credential use is already receipted.
Facebook Pages integration FAQ
What can Quox agents do with Facebook Pages?
Agents can run 7 tools against Facebook Pages: get pages, get page info, get page posts, get page insights, get lead forms and more. Every call is receipted in the evidence trail.
What does the Facebook Pages integration need?
You provide access token from your Facebook Pages account. 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 Facebook Pages 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 Facebook Pages connector?
The Facebook Pages connector is a hand-written module that has been exercised against the live Facebook Pages API.