automation-pilot-scheduled-executions-api

Installation
SKILL.md

SAP Automation Pilot Scheduled Executions API Management

This skill manages scheduled command executions in SAP Automation Pilot - creating, listing, updating, and deleting scheduled executions with flexible scheduling options and time zone support.

Quick Start — Most Common Commands

# List all schedules
curl -s -u "$AUTOPI_USERNAME:$AUTOPI_PASSWORD" \
  "https://$AUTOPI_HOSTNAME/api/v1/scheduled-executions" | \
  jq '.[] | {id, description, enabled, command: .commandId}'

API Endpoint: GET /api/v1/scheduled-executions (not /schedules)

Prerequisites

  1. Set the following required environment variables:
Installs
1
GitHub Stars
2
First Seen
10 days ago
automation-pilot-scheduled-executions-api — sap/automation-pilot-agent-skills