/
/AgentRegistry
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 22m ago · Updated 4h ago
health1
ping1
  • getPing
version1
  • getList Agent (scoped by ?namespace)
  • getGet the latest Agent
  • getGet a Agent by name and tag
  • deleteDelete a Agent (soft-delete: sets deletionTimestamp)
  • getList all tags of a Agent
  • postApply a multi-doc YAML stream of v1alpha1 resources
  • deleteDelete v1alpha1 resources identified by a multi-doc YAML stream
  • getList Deployment (scoped by ?namespace)
  • getGet the latest Deployment
  • putApply a Deployment (idempotent upsert)
  • deleteDelete a Deployment (soft-delete: sets deletionTimestamp)
  • getList MCPServer (scoped by ?namespace)
  • getGet the latest MCPServer
  • getGet a MCPServer by name and tag
  • deleteDelete a MCPServer (soft-delete: sets deletionTimestamp)
  • getList all tags of a MCPServer
  • getList Prompt (scoped by ?namespace)
  • getGet the latest Prompt
  • getGet a Prompt by name and tag
  • deleteDelete a Prompt (soft-delete: sets deletionTimestamp)
  • getList all tags of a Prompt
  • getList Runtime (scoped by ?namespace)
  • getGet the latest Runtime
  • putApply a Runtime (idempotent upsert)
  • deleteDelete a Runtime (soft-delete: sets deletionTimestamp)
  • getList Skill (scoped by ?namespace)
  • getGet the latest Skill
  • getGet a Skill by name and tag
  • deleteDelete a Skill (soft-delete: sets deletionTimestamp)
  • getList all tags of a Skill
ping

Ping

Simple ping endpoint

get/v0/ping

Response

OK

pongboolean required

Ping response

Example response

{
  "pong": true
}

Changes