Get started

Developer & CI · wired today

Drive Gitea with governed agents

Build, review and release state is where agents earn their keep. The Gitea connector is one of 205 executable connectors and gives agents 6 read-only tools, with the credential held in the vault and every call receipted.

What agents can run against Gitea

ToolWhat it does
get_versionGet the version of the Gitea instance this credential points at
get_userIdentify the Gitea account the stored access token belongs to
list_reposList the repositories the authenticated Gitea account can access
get_repoGet one Gitea repository's metadata by owner and repository name
list_issuesList issues on one Gitea repository, optionally filtered by state, labels or a search term
search_reposSearch repositories on the Gitea instance by keyword

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

What the Gitea connector needs

You provide token, base URL from your Gitea account; Quox sends it as an API key sent as a header. 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: Gitea'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 Gitea 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.

Gitea integration FAQ

What can Quox agents do with Gitea?

Agents can run 6 read-only tools against Gitea: get version, get user, list repos, get repo, list issues and more. Every call is receipted in the evidence trail.

What does the Gitea integration need?

You provide token, base URL from your Gitea account; Quox sends it as an API key sent as a header. 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 Gitea 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 Gitea connector?

LIVE-PROVEN: every tool on this page was executed with real credentials against a real running Gitea 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.