SerenAI

Pay Per Call Agentic Commerce

AgentCatalogEntryKind

Closed set of catalog entry kinds. New kinds should be added here only when there is a clear semantic distinction, not to model variants of an existing kind.

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "Closed set of catalog entry kinds. New kinds should be added here only\nwhen there is a clear semantic distinction, not to model variants of an\nexisting kind.",
  "enum": [
    "agent",
    "skill",
    "mcp_server",
    "prompt",
    "runtime_policy"
  ]
}