Create a new resource
Provisions a new compute resource (Miget) with the specified plan and region. May require checkout for paid plans. A free plan requires a saved payment card, and one free resource per card - without one the request is rejected with 422. An account that has never paid gets a 30-day free trial on plan ‘miget_hobby_5’ bought on its own, with no components: the returned checkout charges nothing until the trial ends, and it needs a saved payment card the same way, one trial per card, rejected with 422 without one.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Body
Create a new resource
Plan identifier, must match a code_name returned by GET /api/v1/plans (e.g., 'miget_hobby_0', 'miget_pro_1')
Deployment region code (e.g., 'eu-central-1', 'us-east-1')
Ignored — the plan is resolved from plan_code_name alone. Kept for backward compatibility
Additional resource components to add
Response
Create a new resource
Api_V1_Entities_Resource model
Unique resource identifier
Resource name
Current state
User-defined labels for identification
Total disk capacity in bytes
Total RAM capacity in bytes
Total CPU capacity in cores
Used disk in bytes
Used RAM in bytes
Used CPU in cores
Available CPU in cores
Available disk in bytes
Available RAM in bytes
Whether this resource is assigned to any project at all. When true, only the projects listed in project_ids may deploy on it. When false, nobody has assigned it and any project may.
UUIDs of the projects this resource is assigned to, limited to the projects you can access. A resource assigned solely to projects you cannot access is not returned to you at all.
Creation timestamp
Last update timestamp
Api_V1_Entities_Plan model
Additional components

