Paperspace · Capability

Machines Machines

Machines Machines is a Naftiko capability published by Paperspace, one of 11 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

machines-machines.yaml Raw ↑
name: paperspace-machines-machines
description: |
  Naftiko capability for Paperspace virtual-machine lifecycle and access on
  api.paperspace.com/v1. Provides list, create, get, update, delete, start,
  stop, restart, accessor management, and desktop streaming configuration
  for GPU and CPU machines.
api: paperspace-machines-api
operations:
- listMachines
- createMachine
- getMachine
- updateMachine
- deleteMachine
- startMachine
- stopMachine
- restartMachine
- listMachineAccessors
- grantMachineAccess
- getMachineAccessor
- revokeMachineAccess
- getMachineDesktop
- listMachineEvents
- getMachineEvent
- getMachineAvailability
auth:
  type: bearer
  header: Authorization
  prefix: Bearer
  env: PAPERSPACE_API_TOKEN