/
AG
agentregistry-dev
/
AgentRegistry
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 39m ago · Updated 5d ago
Details
Filter operations
health
1
get
Health check
ping
1
plugins
1
servers
3
version
1
get
List Agent (scoped by ?namespace)
get
Get the latest Agent
get
Get a Agent by name and tag
delete
Delete a Agent (soft-delete: sets deletionTimestamp)
get
List all tags of a Agent
post
Apply a multi-doc YAML stream of v1alpha1 resources
delete
Delete v1alpha1 resources identified by a multi-doc YAML stream
get
List Deployment (scoped by ?namespace)
get
Get the latest Deployment
put
Apply a Deployment (idempotent upsert)
delete
Delete a Deployment (soft-delete: sets deletionTimestamp)
get
List MCPServer (scoped by ?namespace)
get
Get the latest MCPServer
get
Get a MCPServer by name and tag
delete
Delete a MCPServer (soft-delete: sets deletionTimestamp)
get
List all tags of a MCPServer
get
List Model (scoped by ?namespace)
get
Get the latest Model
get
Get a Model by name and tag
delete
Delete a Model (soft-delete: sets deletionTimestamp)
get
List all tags of a Model
get
List Plugin (scoped by ?namespace)
get
Get the latest Plugin
get
Get a Plugin by name and tag
delete
Delete a Plugin (soft-delete: sets deletionTimestamp)
get
List all tags of a Plugin
get
List Prompt (scoped by ?namespace)
get
Get the latest Prompt
get
Get a Prompt by name and tag
delete
Delete a Prompt (soft-delete: sets deletionTimestamp)
get
List all tags of a Prompt
get
List Runtime (scoped by ?namespace)
get
Get the latest Runtime
put
Apply a Runtime (idempotent upsert)
delete
Delete a Runtime (soft-delete: sets deletionTimestamp)
get
List Secret (scoped by ?namespace)
get
Get the latest Secret
put
Apply a Secret (idempotent upsert)
delete
Delete a Secret (soft-delete: sets deletionTimestamp)
get
List Skill (scoped by ?namespace)
get
Get the latest Skill
get
Get a Skill by name and tag
delete
Delete a Skill (soft-delete: sets deletionTimestamp)
get
List all tags of a Skill
health
Health check
Check the health status of the API
get
/v0/health
Response
OK
HealthBody
required
status
string
required
Health status
Example response
{ "status": "ok" }
Changes