Get started

Data & AI · wired today

Leonardo AI, wired into your agent workforce

Models and datasets are infrastructure now, and agents need eyes on them. The Leonardo AI connector is one of 205 executable connectors and gives agents 3 read-only tools, with the credential held in the vault and every call receipted.

Connecting Leonardo AI takes one credential

You provide API key from your Leonardo AI 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: Leonardo AI's own API documentation ↗ covers creating and scoping the credential.

What agents can run against Leonardo AI

me

Get the Leonardo AI user the API key belongs to, with current API and subscription token balances and concurrency slots

list_models

List the Leonardo AI platform models available for generation, with id, name and description

get_generation

Get one existing Leonardo AI generation by ID: its status, prompt, dimensions, model and the URLs of the images it produced. Reads an existing generation only; it never starts one

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

How proven is this?

Leonardo AI answers every unauthenticated request identically, so its endpoint paths rest on Leonardo AI'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.

Leonardo AI integration FAQ

What can Quox agents do with Leonardo AI?

Agents can run 3 read-only tools against Leonardo AI: me, list models, get generation. Every call is receipted in the evidence trail.

What does the Leonardo AI integration need?

You provide API key from your Leonardo AI 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 Leonardo AI 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 Leonardo AI connector?

Leonardo AI answers every unauthenticated request identically, so its endpoint paths rest on Leonardo AI'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.