Get started

Files & knowledge · wired today

Drive Directus with governed agents

Documents and wikis are the long-term memory agents reason over. The Directus 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.

What agents can run against Directus

ToolWhat it does
server_infoGet the Directus project name, version and query limits for the instance this credential points at
server_healthGet the Directus instance health: overall status plus the per-service checks (database, cache, storage, email)
list_collectionsList the Directus collections the static token is permitted to read, with their notes and display metadata
get_current_userIdentify the Directus account the stored static token belongs to
list_itemsRead items out of one Directus collection, optionally narrowed by a field list, a full-text search term or a sort order

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

What the Directus connector needs

You provide base URL, token from your Directus 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: Directus's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

LIVE-PROVEN: every tool on this page was executed with real credentials against a real running Directus instance (provisioned for the proof, then destroyed), and every call answered successfully. The strongest proof class a connector can carry before it runs inside your own deployment.

Directus integration FAQ

What can Quox agents do with Directus?

Agents can run 5 read-only tools against Directus: server info, server health, list collections, get current user, list items. Every call is receipted in the evidence trail.

What does the Directus integration need?

You provide base URL, token from your Directus 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 Directus 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 Directus connector?

LIVE-PROVEN: every tool on this page was executed with real credentials against a real running Directus instance (provisioned for the proof, then destroyed), and every call answered successfully. The strongest proof class a connector can carry before it runs inside your own deployment.