Communication · wired today
Front, wired into your agent workforce
Messages and calls are where work actually gets decided. The Front connector is one of 205 executable connectors and gives agents 4 read-only tools, with the credential held in the vault and every call receipted.
Connecting Front takes one credential
You provide API token from your Front 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: Front's own API documentation ↗ covers creating and scoping the credential.
What agents can run against Front
get_meGet the Front identity the API token belongs to (the company the token authenticates as)
list_inboxesList the Front inboxes the token can see (id, name, private or public)
list_conversationsList recent Front conversations across the inboxes the token can see
get_conversationGet one Front conversation by ID (subject, status, assignee, recipient, tags)
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
How proven is this?
Front answers every unauthenticated request identically, so its endpoint paths rest on Front'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.
Front integration FAQ
What can Quox agents do with Front?
Agents can run 4 read-only tools against Front: get me, list inboxes, list conversations, get conversation. Every call is receipted in the evidence trail.
What does the Front integration need?
You provide API token from your Front 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 Front 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 Front connector?
Front answers every unauthenticated request identically, so its endpoint paths rest on Front'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.