/
AG
agentregistry-dev
/
AgentRegistry
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 6d ago
Details
Filter operations
health
1
ping
1
get
Ping
version
1
get
List Agent (scoped by ?namespace)
get
Get the latest version of a Agent
get
Get a Agent by name and version
put
Apply a Agent (idempotent upsert)
delete
Delete a Agent (soft-delete: sets deletionTimestamp)
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 version of a Deployment
get
Get a Deployment by name and version
put
Apply a Deployment (idempotent upsert)
delete
Delete a Deployment (soft-delete: sets deletionTimestamp)
get
List MCPServer (scoped by ?namespace)
get
Get the latest version of a MCPServer
get
Get a MCPServer by name and version
put
Apply a MCPServer (idempotent upsert)
delete
Delete a MCPServer (soft-delete: sets deletionTimestamp)
get
List Prompt (scoped by ?namespace)
get
Get the latest version of a Prompt
get
Get a Prompt by name and version
put
Apply a Prompt (idempotent upsert)
delete
Delete a Prompt (soft-delete: sets deletionTimestamp)
get
List RemoteMCPServer (scoped by ?namespace)
get
Get the latest version of a RemoteMCPServer
get
Get a RemoteMCPServer by name and version
put
Apply a RemoteMCPServer (idempotent upsert)
delete
Delete a RemoteMCPServer (soft-delete: sets deletionTimestamp)
get
List Runtime (scoped by ?namespace)
get
Get the latest version of a Runtime
get
Get a Runtime by name and version
put
Apply a Runtime (idempotent upsert)
delete
Delete a Runtime (soft-delete: sets deletionTimestamp)
get
List Skill (scoped by ?namespace)
get
Get the latest version of a Skill
get
Get a Skill by name and version
put
Apply a Skill (idempotent upsert)
delete
Delete a Skill (soft-delete: sets deletionTimestamp)
ping
Ping
Simple ping endpoint
get
/v0/ping
Response
OK
PingBody
required
pong
boolean
required
Ping response
Example response
{ "pong": true }
Changes