cloudcli
  1. Schemas
cloudcli
  • CloudCLI API Documentation
  • Environments
    • List environments
      GET
    • Get environment
      GET
    • Create environment
      POST
    • Delete environment
      DELETE
    • Get SSH credentials
      GET
    • Start environment
      POST
    • Stop environment
      POST
  • Agents
    • Execute AI agent
      POST
    • AI Agent models
      GET
  • Schemas
    • Schemas
      • AgentModels
      • Environment
      • CreateEnvironmentRequest
      • SSHCredentials
      • AgentExecuteRequest
      • Error
  1. Schemas

AgentModels

{
    "claude": {
        "OPTIONS": [
            {
                "value": "string",
                "label": "string"
            }
        ],
        "DEFAULT": "string"
    },
    "cursor": {
        "OPTIONS": [
            {
                "value": "string",
                "label": "string"
            }
        ],
        "DEFAULT": "string"
    },
    "codex": {
        "OPTIONS": [
            {
                "value": "string",
                "label": "string"
            }
        ],
        "DEFAULT": "string"
    }
}
Built with