Skippr Cloud API operations
Call only non-internal control-plane or data-plane operations marked supported or implemented. Contract stubs are not callable, and internal operations are listed separately so they cannot be mistaken for tenant APIs.
Catalog digest: 834b9a2784e2db2e07459f12baea81461f62744154d4dfb9ac70ba64b770328d
Jump to a service
tables— guide · service-scoped referencequeue— guide · service-scoped referencesecrets— guide · service-scoped referencefunctions— guide · service-scoped referencescheduler— guide · service-scoped referenceevents— guide · service-scoped referenceobjects— guide · service-scoped referencegateway— guide · service-scoped referencedns— guide · service-scoped referencecerts— guide · service-scoped referencesites— guide · service-scoped referenceinventory— guide · service-scoped referenceauth— guide · service-scoped reference
tables
Endpoint: https://tables.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateTable | supported | control | CloudTables.CreateTable (tables) | typed | typed | yes | JSON contract |
DescribeTable | supported | control | CloudTables.DescribeTable (tables) | typed | typed | yes | JSON contract |
UpdateTable | supported | control | CloudTables.UpdateTable (tables) | typed | typed | yes | JSON contract |
DeleteTable | supported | control | CloudTables.DeleteTable (tables) | typed | typed | yes | JSON contract |
ListTables | supported | control | CloudTables.ListTables (tables) | typed | typed | yes | JSON contract |
UpdateTimeToLive | supported | control | CloudTables.UpdateTimeToLive (tables) | typed | typed | no | JSON contract |
DescribeTimeToLive | supported | control | CloudTables.DescribeTimeToLive (tables) | typed | typed | no | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
GetItem | supported | data | CloudTables.GetItem (tables) | typed | typed | no | JSON contract |
PutItem | supported | data | CloudTables.PutItem (tables) | typed | typed | no | JSON contract |
UpdateItem | supported | data | CloudTables.UpdateItem (tables) | typed | typed | no | JSON contract |
DeleteItem | supported | data | CloudTables.DeleteItem (tables) | typed | typed | no | JSON contract |
Query | supported | data | CloudTables.Query (tables) | typed | typed | no | JSON contract |
Scan | supported | data | CloudTables.Scan (tables) | typed | typed | no | JSON contract |
BatchGetItem | supported | data | CloudTables.BatchGetItem (tables) | typed | typed | no | JSON contract |
BatchWriteItem | supported | data | CloudTables.BatchWriteItem (tables) | typed | typed | no | JSON contract |
TransactWriteItems | supported | data | CloudTables.TransactWriteItems (tables) | typed | typed | no | JSON contract |
TransactGetItems | supported | data | CloudTables.TransactGetItems (tables) | typed | typed | no | JSON contract |
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
queue
Endpoint: https://queue.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateQueue | supported | control | CloudQueue.CreateQueue (queue) | typed | typed | yes | JSON contract |
DeleteQueue | supported | control | CloudQueue.DeleteQueue (queue) | typed | typed | yes | JSON contract |
GetQueueUrl | supported | control | CloudQueue.GetQueueUrl (queue) | typed | typed | yes | JSON contract |
ListQueues | supported | control | CloudQueue.ListQueues (queue) | typed | typed | yes | JSON contract |
GetQueueAttributes | supported | control | CloudQueue.GetQueueAttributes (queue) | typed | typed | yes | JSON contract |
SetQueueAttributes | supported | control | CloudQueue.SetQueueAttributes (queue) | typed | typed | yes | JSON contract |
PurgeQueue | supported | control | CloudQueue.PurgeQueue (queue) | typed | typed | no | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
SendMessage | supported | data | CloudQueue.SendMessage (queue) | typed | typed | no | JSON contract |
SendMessageBatch | supported | data | CloudQueue.SendMessageBatch (queue) | typed | typed | no | JSON contract |
ReceiveMessage | supported | data | CloudQueue.ReceiveMessage (queue) | typed | typed | no | JSON contract |
DeleteMessage | supported | data | CloudQueue.DeleteMessage (queue) | typed | typed | no | JSON contract |
DeleteMessageBatch | supported | data | CloudQueue.DeleteMessageBatch (queue) | typed | typed | no | JSON contract |
ChangeMessageVisibility | supported | data | CloudQueue.ChangeMessageVisibility (queue) | typed | typed | no | JSON contract |
ChangeMessageVisibilityBatch | supported | data | CloudQueue.ChangeMessageVisibilityBatch (queue) | typed | typed | no | JSON contract |
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
secrets
Endpoint: https://secrets.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateSecret | supported | control | CloudSecrets.CreateSecret (secrets) | typed | typed | yes | JSON contract |
DescribeSecret | supported | control | CloudSecrets.DescribeSecret (secrets) | typed | typed | yes | JSON contract |
ListSecrets | supported | control | CloudSecrets.ListSecrets (secrets) | typed | typed | yes | JSON contract |
DeleteSecret | supported | control | CloudSecrets.DeleteSecret (secrets) | typed | typed | yes | JSON contract |
RestoreSecret | supported | control | CloudSecrets.RestoreSecret (secrets) | typed | typed | yes | JSON contract |
RotateSecret | supported | control | CloudSecrets.RotateSecret (secrets) | typed | typed | no | JSON contract |
CancelRotateSecret | supported | control | CloudSecrets.CancelRotateSecret (secrets) | typed | typed | no | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
GetSecretValue | supported | data | CloudSecrets.GetSecretValue (secrets) | typed | typed | no | JSON contract |
PutSecretValue | supported | data | CloudSecrets.PutSecretValue (secrets) | typed | typed | no | JSON contract |
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
functions
Endpoint: https://functions.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
RegisterFunction | supported | control | CloudFunctions.RegisterFunction (functions) | typed | typed | yes | JSON contract |
UpdateFunction | supported | control | CloudFunctions.UpdateFunction (functions) | typed | typed | yes | JSON contract |
UpdateFunctionCode | supported | control | CloudFunctions.UpdateFunctionCode (functions) | typed | typed | yes | JSON contract |
UpdateFunctionConfiguration | supported | control | CloudFunctions.UpdateFunctionConfiguration (functions) | typed | typed | yes | JSON contract |
GetFunction | supported | control | CloudFunctions.GetFunction (functions) | typed | typed | yes | JSON contract |
ListFunctions | supported | control | CloudFunctions.ListFunctions (functions) | typed | typed | yes | JSON contract |
DeleteFunction | supported | control | CloudFunctions.DeleteFunction (functions) | typed | typed | yes | JSON contract |
CreateEventSourceMapping | supported | control | CloudFunctions.CreateEventSourceMapping (functions) | typed | typed | no | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
Invoke | supported | data | CloudFunctions.Invoke (functions) | typed | typed | no | JSON contract |
InvokeAsync | supported | data | CloudFunctions.InvokeAsync (functions) | typed | typed | no | JSON contract |
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
scheduler
Endpoint: https://scheduler.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateSchedule | supported | control | CloudScheduler.CreateSchedule (scheduler) | typed | typed | yes | JSON contract |
UpdateSchedule | supported | control | CloudScheduler.UpdateSchedule (scheduler) | typed | typed | yes | JSON contract |
GetSchedule | supported | control | CloudScheduler.GetSchedule (scheduler) | typed | typed | yes | JSON contract |
DeleteSchedule | supported | control | CloudScheduler.DeleteSchedule (scheduler) | typed | explicitlyEmpty | yes | JSON contract |
ListSchedules | supported | control | CloudScheduler.ListSchedules (scheduler) | explicitlyEmpty | typed | yes | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
No operations in this group.
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
events
Endpoint: https://events.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateEventBus | supported | control | CloudEvents.CreateEventBus (events) | typed | typed | yes | JSON contract |
DeleteEventBus | supported | control | CloudEvents.DeleteEventBus (events) | typed | explicitlyEmpty | yes | JSON contract |
ListEventBuses | supported | control | CloudEvents.ListEventBuses (events) | typed | typed | yes | JSON contract |
PutRule | supported | control | CloudEvents.PutRule (events) | typed | typed | yes | JSON contract |
DescribeRule | supported | control | CloudEvents.DescribeRule (events) | typed | typed | yes | JSON contract |
ListRules | supported | control | CloudEvents.ListRules (events) | typed | typed | yes | JSON contract |
DeleteRule | supported | control | CloudEvents.DeleteRule (events) | typed | explicitlyEmpty | yes | JSON contract |
PutTargets | supported | control | CloudEvents.PutTargets (events) | typed | typed | yes | JSON contract |
ListTargets | supported | control | CloudEvents.ListTargets (events) | typed | typed | yes | JSON contract |
RemoveTargets | supported | control | CloudEvents.RemoveTargets (events) | typed | typed | yes | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
PutEvents | supported | data | CloudEvents.PutEvents (events) | typed | typed | no | JSON contract |
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
objects
Endpoint: https://objects.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateBucket | supported | control | PUT /{bucket} | explicitlyEmpty | json | yes | JSON contract |
DeleteBucket | supported | control | DELETE /{bucket} | explicitlyEmpty | explicitlyEmpty | yes | JSON contract |
ListBuckets | supported | control | GET / | explicitlyEmpty | json | yes | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
PutObject | supported | data | PUT /{bucket}/{key} | binary | explicitlyEmpty | no | JSON contract |
GetObject | supported | data | GET /{bucket}/{key} | explicitlyEmpty | binary | no | JSON contract |
HeadObject | supported | data | HEAD /{bucket}/{key} | explicitlyEmpty | explicitlyEmpty | no | JSON contract |
DeleteObject | supported | data | DELETE /{bucket}/{key} | explicitlyEmpty | explicitlyEmpty | no | JSON contract |
ListObjectsV2 | supported | data | GET /{bucket} | explicitlyEmpty | json | no | JSON contract |
CreateMultipartUpload | supported | data | POST /{bucket}/{key} | explicitlyEmpty | xml | no | JSON contract |
UploadPart | supported | data | PUT /{bucket}/{key} | binary | explicitlyEmpty | no | JSON contract |
CompleteMultipartUpload | supported | data | POST /{bucket}/{key} | xml | xml | no | JSON contract |
AbortMultipartUpload | supported | data | DELETE /{bucket}/{key} | explicitlyEmpty | explicitlyEmpty | no | JSON contract |
PresignedUrl | supported | data | GET | PUT /{bucket}/{key} | binary | binary | no |
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
gateway
Endpoint: https://gateway.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
Healthz | supported | control | CloudGateway.Healthz (gateway) | typed | typed | no | JSON contract |
CreateApi | supported | control | CloudGateway.CreateApi (gateway) | typed | typed | yes | JSON contract |
GetApi | supported | control | CloudGateway.GetApi (gateway) | typed | typed | yes | JSON contract |
ListApis | supported | control | CloudGateway.ListApis (gateway) | typed | typed | yes | JSON contract |
UpdateApi | supported | control | CloudGateway.UpdateApi (gateway) | typed | typed | yes | JSON contract |
DeleteApi | supported | control | CloudGateway.DeleteApi (gateway) | typed | typed | yes | JSON contract |
CreateRoute | supported | control | CloudGateway.CreateRoute (gateway) | typed | typed | yes | JSON contract |
GetRoute | supported | control | CloudGateway.GetRoute (gateway) | typed | typed | yes | JSON contract |
ListRoutes | supported | control | CloudGateway.ListRoutes (gateway) | typed | typed | yes | JSON contract |
UpdateRoute | supported | control | CloudGateway.UpdateRoute (gateway) | typed | typed | yes | JSON contract |
DeleteRoute | supported | control | CloudGateway.DeleteRoute (gateway) | typed | typed | yes | JSON contract |
CreateIntegration | supported | control | CloudGateway.CreateIntegration (gateway) | typed | typed | yes | JSON contract |
GetIntegration | supported | control | CloudGateway.GetIntegration (gateway) | typed | typed | yes | JSON contract |
ListIntegrations | supported | control | CloudGateway.ListIntegrations (gateway) | typed | typed | yes | JSON contract |
UpdateIntegration | supported | control | CloudGateway.UpdateIntegration (gateway) | typed | typed | yes | JSON contract |
DeleteIntegration | supported | control | CloudGateway.DeleteIntegration (gateway) | typed | typed | yes | JSON contract |
CreateAuthorizer | supported | control | CloudGateway.CreateAuthorizer (gateway) | typed | typed | yes | JSON contract |
GetAuthorizer | supported | control | CloudGateway.GetAuthorizer (gateway) | typed | typed | yes | JSON contract |
ListAuthorizers | supported | control | CloudGateway.ListAuthorizers (gateway) | typed | typed | yes | JSON contract |
DeleteAuthorizer | supported | control | CloudGateway.DeleteAuthorizer (gateway) | typed | typed | yes | JSON contract |
CreateDomainName | supported | control | CloudGateway.CreateDomainName (gateway) | typed | typed | yes | JSON contract |
GetDomainName | supported | control | CloudGateway.GetDomainName (gateway) | typed | typed | yes | JSON contract |
ListDomainNames | supported | control | CloudGateway.ListDomainNames (gateway) | typed | typed | yes | JSON contract |
AttachDomainName | supported | control | CloudGateway.AttachDomainName (gateway) | typed | typed | no | JSON contract |
DetachDomainName | supported | control | CloudGateway.DetachDomainName (gateway) | typed | typed | no | JSON contract |
VerifyDomainName | supported | control | CloudGateway.VerifyDomainName (gateway) | typed | typed | no | JSON contract |
DeleteDomainName | supported | control | CloudGateway.DeleteDomainName (gateway) | typed | typed | yes | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
DisconnectConnection | supported | data | CloudGateway.DisconnectConnection (gateway) | typed | typed | no | JSON contract |
GetConnection | supported | data | CloudGateway.GetConnection (gateway) | typed | typed | no | JSON contract |
ListConnections | supported | data | CloudGateway.ListConnections (gateway) | typed | typed | no | JSON contract |
PostToConnection | supported | data | CloudGateway.PostToConnection (gateway) | typed | typed | no | JSON contract |
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
SigV4Proxy | supported | internal | CloudGateway.SigV4Proxy (gateway) | typed | typed | no | JSON contract |
JwtProxy | supported | internal | CloudGateway.JwtProxy (gateway) | typed | typed | no | JSON contract |
WorkloadJwtMint | supported | internal | CloudGateway.WorkloadJwtMint (gateway) | typed | typed | no | JSON contract |
RateLimitIp | supported | internal | CloudGateway.RateLimitIp (gateway) | typed | typed | no | JSON contract |
RateLimitCredential | supported | internal | CloudGateway.RateLimitCredential (gateway) | typed | typed | no | JSON contract |
ExecuteFunctionIntegration | supported | internal | CloudGateway.ExecuteFunctionIntegration (gateway) | typed | typed | no | JSON contract |
ExecuteEventsPut | supported | internal | CloudGateway.ExecuteEventsPut (gateway) | typed | typed | no | JSON contract |
WebSocketConnect | supported | internal | CloudGateway.WebSocketConnect (gateway) | typed | typed | no | JSON contract |
WebSocketMessage | supported | internal | CloudGateway.WebSocketMessage (gateway) | typed | typed | no | JSON contract |
dns
Endpoint: https://dns.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
ListZones | supported | control | CloudDns.ListZones (dns) | typed | typed | yes | JSON contract |
GetZone | supported | control | CloudDns.GetZone (dns) | typed | typed | yes | JSON contract |
CreateZone | supported | control | CloudDns.CreateZone (dns) | typed | typed | yes | JSON contract |
DeleteZone | supported | control | CloudDns.DeleteZone (dns) | typed | typed | yes | JSON contract |
ListRecords | supported | control | CloudDns.ListRecords (dns) | typed | typed | yes | JSON contract |
GetRecord | supported | control | CloudDns.GetRecord (dns) | typed | typed | yes | JSON contract |
CreateRecord | supported | control | CloudDns.CreateRecord (dns) | typed | typed | yes | JSON contract |
UpsertRecord | supported | control | CloudDns.UpsertRecord (dns) | typed | typed | yes | JSON contract |
DeleteRecord | supported | control | CloudDns.DeleteRecord (dns) | typed | typed | yes | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
No operations in this group.
Contract stubs
Generated entries that are not current callable tenant contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateHostedZone | planned | control | CloudDns.CreateHostedZone (dns) | typed | typed | no | JSON contract |
ChangeResourceRecordSets | planned | control | CloudDns.ChangeResourceRecordSets (dns) | typed | typed | no | JSON contract |
Internal operations
Platform-facing operations; tenant clients must not call these.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
PublishDns01 | supported | internal | CloudDns.PublishDns01 (dns) | typed | typed | no | JSON contract |
DeleteDns01 | supported | internal | CloudDns.DeleteDns01 (dns) | typed | typed | no | JSON contract |
certs
Endpoint: https://certs.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
RequestCertificate | supported | control | CloudCerts.RequestCertificate (certs) | typed | typed | yes | JSON contract |
GetOrder | supported | control | CloudCerts.GetOrder (certs) | typed | typed | no | JSON contract |
DescribeCertificate | supported | control | CloudCerts.DescribeCertificate (certs) | typed | typed | yes | JSON contract |
ListCertificates | supported | control | CloudCerts.ListCertificates (certs) | typed | typed | yes | JSON contract |
RenewCertificate | supported | control | CloudCerts.RenewCertificate (certs) | typed | typed | no | JSON contract |
DeleteCertificate | supported | control | CloudCerts.DeleteCertificate (certs) | typed | typed | yes | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
No operations in this group.
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
sites
Endpoint: https://sites.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
CreateSite | supported | control | CloudSites.CreateSite (sites) | typed | typed | yes | JSON contract |
GetSite | supported | control | CloudSites.GetSite (sites) | typed | typed | yes | JSON contract |
ListSites | supported | control | CloudSites.ListSites (sites) | typed | typed | yes | JSON contract |
UpdateSite | supported | control | CloudSites.UpdateSite (sites) | typed | typed | yes | JSON contract |
DeleteSite | supported | control | CloudSites.DeleteSite (sites) | typed | typed | yes | JSON contract |
CreateDeployment | supported | control | CloudSites.CreateDeployment (sites) | typed | typed | no | JSON contract |
CompleteDeployment | supported | control | CloudSites.CompleteDeployment (sites) | typed | typed | no | JSON contract |
GetDeployment | supported | control | CloudSites.GetDeployment (sites) | typed | typed | no | JSON contract |
ListDeployments | supported | control | CloudSites.ListDeployments (sites) | typed | typed | no | JSON contract |
PromoteDeployment | supported | control | CloudSites.PromoteDeployment (sites) | typed | typed | no | JSON contract |
CreatePreviewToken | supported | control | CloudSites.CreatePreviewToken (sites) | typed | typed | no | JSON contract |
DeleteDeployment | supported | control | CloudSites.DeleteDeployment (sites) | typed | typed | no | JSON contract |
CreateDomainBinding | supported | control | CloudSites.CreateDomainBinding (sites) | typed | typed | yes | JSON contract |
GetDomainBinding | supported | control | CloudSites.GetDomainBinding (sites) | typed | typed | yes | JSON contract |
ListDomainBindings | supported | control | CloudSites.ListDomainBindings (sites) | typed | typed | yes | JSON contract |
VerifyDomainBinding | supported | control | CloudSites.VerifyDomainBinding (sites) | typed | typed | no | JSON contract |
DeleteDomainBinding | supported | control | CloudSites.DeleteDomainBinding (sites) | typed | typed | yes | JSON contract |
PurgeCache | supported | control | CloudSites.PurgeCache (sites) | typed | typed | no | JSON contract |
RevalidatePath | supported | control | CloudSites.RevalidatePath (sites) | typed | typed | no | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
No operations in this group.
Contract stubs
Generated entries that are not current callable tenant contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
RevalidateTag | planned | control | CloudSites.RevalidateTag (sites) | typed | typed | no | JSON contract |
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
inventory
Endpoint: https://inventory.eu-central-1.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
RegisterResource | supported | control | CloudInventory.RegisterResource (inventory) | typed | typed | no | JSON contract |
UpdateResourceRecord | supported | control | CloudInventory.UpdateResourceRecord (inventory) | typed | typed | no | JSON contract |
DeregisterResource | supported | control | CloudInventory.DeregisterResource (inventory) | typed | typed | no | JSON contract |
GetResource | supported | control | CloudInventory.GetResource (inventory) | typed | typed | no | JSON contract |
ListResources | supported | control | CloudInventory.ListResources (inventory) | typed | typed | no | JSON contract |
VerifyResource | supported | control | CloudInventory.VerifyResource (inventory) | typed | typed | no | JSON contract |
ReportDrift | supported | control | CloudInventory.ReportDrift (inventory) | typed | typed | no | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
No operations in this group.
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
auth
Endpoint: https://auth.cloud.skippr.io. Service guide. Service-scoped operation page.
Tenant-callable control-plane operations
Current tenant resource-management contracts.
| Operation | Status | Plane | Protocol target | Request | Response | Terraform | Schema |
|---|---|---|---|---|---|---|---|
SignIn | implemented | control | POST /auth/sign-in | json | json | no | JSON contract |
Confirm | implemented | control | POST /auth/confirm | json | json | no | JSON contract |
GetJwks | implemented | control | GET /.well-known/jwks.json | explicitlyEmpty | json | no | JSON contract |
Health | implemented | control | GET /health | explicitlyEmpty | json | no | JSON contract |
GetSession | implemented | control | GET /auth/session | explicitlyEmpty | json | no | JSON contract |
RefreshToken | implemented | control | POST /auth/refresh | json | json | no | JSON contract |
Logout | implemented | control | POST /auth/logout | explicitlyEmpty | json | no | JSON contract |
DeleteAccount | implemented | control | DELETE /auth/delete | explicitlyEmpty | json | no | JSON contract |
GetCredentials | supported | control | POST /auth/credentials | explicitlyEmpty | json | no | JSON contract |
ListWorkspaces | implemented | control | GET /auth/workspaces | explicitlyEmpty | json | no | JSON contract |
CreateWorkspace | implemented | control | POST /auth/workspaces | json | json | no | JSON contract |
GetWorkspaceConfig | implemented | control | GET /auth/workspaces/{workspace}/config | explicitlyEmpty | text | no | JSON contract |
PutWorkspace | implemented | control | PUT /auth/workspaces/{workspace} | json | json | no | JSON contract |
AcquireRunLock | implemented | control | POST /auth/workspaces/{workspace}/runs/lock/acquire | json | json | no | JSON contract |
RunLockHeartbeat | implemented | control | POST /auth/workspaces/{workspace}/runs/lock/heartbeat | json | json | no | JSON contract |
RunLockComplete | implemented | control | POST /auth/workspaces/{workspace}/runs/lock/complete | json | json | no | JSON contract |
GetRunLock | implemented | control | GET /auth/workspaces/{workspace}/runs/lock | explicitlyEmpty | json | no | JSON contract |
ListRuns | implemented | control | GET /auth/workspaces/{workspace}/runs | explicitlyEmpty | json | no | JSON contract |
GetRun | implemented | control | GET /auth/workspaces/{workspace}/runs/{runId} | explicitlyEmpty | json | no | JSON contract |
PutRun | implemented | control | PUT /auth/workspaces/{workspace}/runs/{runId} | json | json | no | JSON contract |
Authorize | implemented | control | POST /auth/authorize | json | json | no | JSON contract |
CreateWorkloadKey | implemented | control | POST /auth/workload-keys | json | json | no | JSON contract |
ListWorkloadKeys | implemented | control | GET /auth/workload-keys | explicitlyEmpty | json | no | JSON contract |
GetWorkloadKey | implemented | control | GET /auth/workload-keys/{principalId} | explicitlyEmpty | json | no | JSON contract |
RevokeWorkloadKey | implemented | control | DELETE /auth/workload-keys/{principalId} | explicitlyEmpty | json | no | JSON contract |
RotateWorkloadKey | implemented | control | POST /auth/workload-keys/{principalId}/rotate | explicitlyEmpty | json | no | JSON contract |
CreatePolicy | implemented | control | POST /auth/policies | json | json | no | JSON contract |
GetPolicy | implemented | control | GET /auth/policies/{policyId} | explicitlyEmpty | json | no | JSON contract |
ListPolicies | implemented | control | GET /auth/policies | explicitlyEmpty | json | no | JSON contract |
UpdatePolicy | implemented | control | PUT /auth/policies/{policyId} | json | json | no | JSON contract |
DeletePolicy | implemented | control | DELETE /auth/policies/{policyId} | explicitlyEmpty | json | no | JSON contract |
ValidatePolicy | implemented | control | POST /auth/policies/validate | json | json | no | JSON contract |
GetPolicyEpoch | implemented | control | GET /auth/policies/epoch | explicitlyEmpty | json | no | JSON contract |
CreateUserPool | implemented | control | POST /auth/user-pools | json | json | no | JSON contract |
ListUserPools | implemented | control | GET /auth/user-pools | explicitlyEmpty | json | no | JSON contract |
DescribeUserPool | implemented | control | GET /auth/user-pools/{poolId} | explicitlyEmpty | json | no | JSON contract |
DeleteUserPool | implemented | control | DELETE /auth/user-pools/{poolId} | explicitlyEmpty | json | no | JSON contract |
CreateAppClient | implemented | control | POST /auth/user-pools/{poolId}/clients | json | json | no | JSON contract |
ListAppClients | implemented | control | GET /auth/user-pools/{poolId}/clients | explicitlyEmpty | json | no | JSON contract |
DescribeAppClient | implemented | control | GET /auth/user-pools/{poolId}/clients/{clientId} | explicitlyEmpty | json | no | JSON contract |
DeleteAppClient | implemented | control | DELETE /auth/user-pools/{poolId}/clients/{clientId} | explicitlyEmpty | json | no | JSON contract |
PoolSignIn | implemented | control | POST /auth/user-pools/{poolId}/sign-in | json | json | no | JSON contract |
PoolConfirm | implemented | control | POST /auth/user-pools/{poolId}/confirm | json | json | no | JSON contract |
PoolRefresh | implemented | control | POST /auth/user-pools/{poolId}/refresh | json | json | no | JSON contract |
PoolLogout | implemented | control | POST /auth/user-pools/{poolId}/logout | explicitlyEmpty | json | no | JSON contract |
ListDirectoryRoles | supported | control | GET /auth/directory/roles | explicitlyEmpty | json | no | JSON contract |
GetOidcLoginUrl | supported | control | GET /auth/directory/oidc/login-url | explicitlyEmpty | json | no | JSON contract |
AssignDirectoryRole | supported | control | PUT /auth/directory/members/{memberId}/role | json | json | no | JSON contract |
ListDirectoryMembers | supported | control | GET /auth/directory/members | explicitlyEmpty | json | no | JSON contract |
CreateOperatorAccessKey | implemented | control | POST /auth/directory/access-keys | json | json | no | JSON contract |
ListOperatorAccessKeys | implemented | control | GET /auth/directory/access-keys | explicitlyEmpty | json | no | JSON contract |
RevokeOperatorAccessKey | implemented | control | DELETE /auth/directory/access-keys/{keyId} | explicitlyEmpty | json | no | JSON contract |
Tenant-callable data-plane operations
Current tenant application and runtime contracts.
No operations in this group.
Contract stubs
Generated entries that are not current callable tenant contracts.
No operations in this group.
Internal operations
Platform-facing operations; tenant clients must not call these.
No operations in this group.
Matrix operations without catalog contracts
These operations appear in the compatibility matrix but do not have generated request or response contracts. They are not callable through the generated catalog, regardless of the matrix label.
| Service | Operation | Status |
|---|---|---|
streams | CreateTopics | planned |
streams | DeleteTopics | planned |
streams | Metadata | planned |
streams | DescribeTopics | planned |
streams | Produce | planned |
streams | Fetch | planned |
streams | FindCoordinator | planned |
streams | JoinGroup | planned |
streams | SyncGroup | planned |
streams | Heartbeat | planned |
streams | LeaveGroup | planned |
streams | OffsetCommit | planned |
streams | OffsetFetch | planned |
streams | DescribeConfigs | planned |
streams | AlterConfigs | planned |
streams | ListOffsets | planned |
streams | ListGroups | planned |
streams | DescribeGroups | planned |
tables | ProjectionExpression | planned |
tables | StreamSpecification | planned |
functions | FunctionUrl | planned |
machines | CreateFleet | planned |
machines | UpdateDesiredCount | planned |
machines | DescribeFleet | planned |
machines | ListFleets | planned |
machines | DeleteFleet | planned |
machines | UpdateFleet | planned |
machines | SetAutoscaling | planned |
machines | ListImages | planned |
auth | CreateApiKey | removed |
auth | ListApiKeys | removed |
auth | RevokeApiKey | removed |
auth | ApiKeyExchange | removed |
auth | OidcSsoLogin | planned |
auth | CreateOidcConnection | planned |
elt | CreatePipeline | planned |
elt | StartRun | planned |
elt | DescribeRun | planned |
elt | GetPipeline | planned |
elt | ListPipelines | planned |
elt | UpdatePipeline | planned |
elt | DeletePipeline | planned |
elt | ListRuns | planned |
elt | StopRun | planned |
logs | CreateLogGroup | planned |
logs | CreateLogStream | planned |
logs | DescribeLogGroups | planned |
logs | DescribeLogStreams | planned |
logs | DeleteLogGroup | planned |
logs | DeleteLogStream | planned |
logs | PutLogEvents | planned |
logs | FilterLogEvents | planned |
logs | StartQuery | planned |
logs | CreateSubscriptionFilter | planned |
metrics | PutMetricData | planned |
metrics | GetMetricStatistics | planned |
metrics | ListMetrics | planned |
metrics | GetMetricData | planned |
metrics | PutMetricAlarm | planned |
metrics | DescribeAlarms | planned |
traces | PutTraceSpans | planned |
traces | GetTrace | planned |
traces | GetTraceSummaries | planned |
traces | GetTraceGraph | planned |
traces | PutTraceSegments | planned |
traces | BatchGetTraces | planned |
traces | OtlpExport | planned |
