Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agentvolumes.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Agent Volumes Registry API errors use RFC 9457 Problem Details. Each type URI is a stable machine-readable identifier under https://agentvolumes.org/problems/<slug>. This page describes the stable problem type URI set. Release-specific API and schema documentation remains archived under /spec/<version>/....

Problem type URI pattern

https://agentvolumes.org/problems/<slug>
Switch on the type URI when handling Agent Volumes Registry API errors. Do not switch on title, because implementations can vary or localize human-readable titles.

Stable problem types

Problem typeStatusMeaning
authentication-required401Bearer authentication is missing or invalid.
authorization-failed403The caller, request context, or requested resource is not permitted by authorization or access policy.
not-found404The requested resource does not exist or is not visible to the caller.
validation-failed400Request payload, parameters, manifest, or metadata failed validation.
invalid-manifest400A submitted volume.toml is structurally or semantically invalid.
invalid-archive400A submitted hosted archive violates the v0.1 archive transport profile.
identity-mismatch409A package identity disagrees with its route, manifest, or metadata.
version-conflict409The target version already exists or cannot be reused.
digest-mismatch400Submitted or resolved bytes do not match the declared digest.
subject-binding-mismatch400A trust artifact does not bind to the intended release subject.
inconsistent-registry-state409Index, exact metadata, or trust metadata cannot be reconciled.
upload-expired410An upload intent expired before finalization.
missing-uploaded-bytes400Finalization was requested before upload bytes were available.
invalid-upload-state409The upload intent is not in a state that can be finalized.
idempotency-conflict409A reused idempotency key conflicts with an earlier request.
payload-too-large413The submitted payload or declared upload size exceeds the bibliotheca’s accepted limit.
unsupported-media-type415The submitted payload media type is not supported.
permission-escalation400Component permissions exceed the parent volume permission boundary.
rate-limited429The request was rate limited.

Versioning policy

The problem URI set is closed for the Agent Volumes v0.1 portable baseline. Patch releases can clarify problem documentation without changing the meaning of an existing type URI. Incompatible problem semantics require a new problem slug or a new versioned problem URI.

Release archives

Canonical sources