Paperspace · Capability

Gpu Deployment

Gpu Deployment 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

gpu-deployment.yaml Raw ↑
name: paperspace-gpu-deployment
description: |
  Naftiko workflow capability that combines Paperspace Machines, Templates,
  Networking, Storage, and Deployments to provision a GPU machine, attach a
  shared drive, claim a public IP, and roll out a containerized inference
  deployment.
apis:
- paperspace-machines-api
- paperspace-templates-api
- paperspace-networking-api
- paperspace-storage-api
- paperspace-deployments-api
- paperspace-container-registries-api
operations:
- listOsTemplates
- getMachineAvailability
- createPrivateNetwork
- createSharedDrive
- claimPublicIp
- createMachine
- assignPublicIp
- createContainerRegistry
- upsertDeployment
- getDeploymentMetrics
- getDeploymentLogs
auth:
  type: bearer
  header: Authorization
  prefix: Bearer
  env: PAPERSPACE_API_TOKEN