CAST AI · Capability

CAST AI Kubernetes Cost Optimization API — Hibernation Schedules

CAST AI Kubernetes Cost Optimization API — Hibernation Schedules. 1 operations. Lead operation: CAST AI Create hibernation schedule. Self-contained Naftiko capability covering one Cast Ai business surface.

Run with Naftiko Cast AiHibernation Schedules

What You Can Do

POST
Hibernationschedulesapicreatehibernationschedule — CAST AI Create hibernation schedule
/v1/hibernation/schedules

MCP Tools

cast-ai-create-hibernation-schedule

CAST AI Create hibernation schedule

Capability Spec

kubernetes-cost-optimization-hibernation-schedules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: CAST AI Kubernetes Cost Optimization API — Hibernation Schedules
  description: 'CAST AI Kubernetes Cost Optimization API — Hibernation Schedules. 1 operations. Lead operation: CAST AI Create
    hibernation schedule. Self-contained Naftiko capability covering one Cast Ai business surface.'
  tags:
  - Cast Ai
  - Hibernation Schedules
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CAST_AI_API_KEY: CAST_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: kubernetes-cost-optimization-hibernation-schedules
    baseUri: https://api.cast.ai/v1
    description: CAST AI Kubernetes Cost Optimization API — Hibernation Schedules business capability. Self-contained, no
      shared references.
    resources:
    - name: hibernation-schedules
      path: /hibernation/schedules
      operations:
      - name: hibernationschedulesapicreatehibernationschedule
        method: POST
        description: CAST AI Create hibernation schedule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.CAST_AI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: kubernetes-cost-optimization-hibernation-schedules-rest
    port: 8080
    description: REST adapter for CAST AI Kubernetes Cost Optimization API — Hibernation Schedules. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/hibernation/schedules
      name: hibernation-schedules
      description: REST surface for hibernation-schedules.
      operations:
      - method: POST
        name: hibernationschedulesapicreatehibernationschedule
        description: CAST AI Create hibernation schedule
        call: kubernetes-cost-optimization-hibernation-schedules.hibernationschedulesapicreatehibernationschedule
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: kubernetes-cost-optimization-hibernation-schedules-mcp
    port: 9090
    transport: http
    description: MCP adapter for CAST AI Kubernetes Cost Optimization API — Hibernation Schedules. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: cast-ai-create-hibernation-schedule
      description: CAST AI Create hibernation schedule
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: kubernetes-cost-optimization-hibernation-schedules.hibernationschedulesapicreatehibernationschedule
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.