SerenAI

Pay Per Call Agentic Commerce

AgentRegisterRequest

Request to register a new AI agent account. All fields are optional - an empty body is valid.

Properties

PropertyTypeRequiredDescription
name string,null No Optional custom display name for the agent. If not provided, a unique celestial-themed name will be generated (e.g., "radiant-sirius").
View JSON Schema
{
  "type": "object",
  "description": "Request to register a new AI agent account.\nAll fields are optional - an empty body is valid.",
  "properties": {
    "name": {
      "type": [
        "string",
        "null"
      ],
      "description": "Optional custom display name for the agent.\nIf not provided, a unique celestial-themed name will be generated (e.g., \"radiant-sirius\")."
    }
  }
}