SerenAI

Pay Per Call Agentic Commerce

UpsertAgentCredentialSecretRequest

Properties

PropertyTypeRequiredDescription
description string,null No
name string Yes
scope AgentCredentialSecretScope No
value string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "name",
    "value"
  ],
  "properties": {
    "description": {
      "type": [
        "string",
        "null"
      ]
    },
    "name": {
      "type": "string"
    },
    "scope": {
      "$ref": "#/components/schemas/AgentCredentialSecretScope"
    },
    "value": {
      "type": "string"
    }
  }
}