Endpoints:
ready: true/false with details on satisfied/missing resources, granted/missing permissions, and existing/missing store dependencies.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Application declarations and dependencies
| Property | Description |
|---|---|
namespace / name | Unique identifier |
description | What this manifest declares |
required_resources | Resource references: [{"type": "agent", "namespace": "...", "name": "..."}] |
required_permissions | Permissions the application needs |
optional_permissions | Optional permissions for extended features |
exposed_namespaces | Namespace filter per resource type (e.g., {"agents": ["support"]}) |
store_dependencies | Stores the application expects: [{"store": "ns/name", "key": "optional_key"}] |
POST /api/v1/manifests # Create manifest
GET /api/v1/manifests # List manifests
GET /api/v1/manifests/{namespace}/{name} # Get manifest
PUT /api/v1/manifests/{namespace}/{name} # Update
DELETE /api/v1/manifests/{namespace}/{name} # Delete
GET /api/runtime/manifests/{namespace}/{name}/status # Validate dependencies
ready: true/false with details on satisfied/missing resources, granted/missing permissions, and existing/missing store dependencies.