How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

LaserData Deployments API

Deployment lifecycle

LaserData Deployments API is one of 18 APIs that LaserData publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Deployment. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 13 operations across 11 paths, and defines 49 schemas. It is described by OpenAPI 3.2.0, at version 0.0.66.

Requests are made against a single base URL, https://api.laserdata.cloud.

13 operations 11 paths 49 schemas 1 DELETE2 GET7 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.66
Base URL
https://api.laserdata.cloud
Authentication
API Key, API Key
License
Proprietary
Terms of Service
Resource Areas
1

Authentication & Security 2

LaserData Deployments API declares 2 security schemes for authenticating requests. An API key is passed in the header as ld-api-key (ld_api_key). An API key is passed in the cookie as session (session_cookie). By default, every request must be authenticated.

  • ld_api_key — Tenant API key sent in the ld-api-key request header. Scoped to tenant-level audit reads. Cannot be used on user-scope endpoints (/audit/users/activity).
  • session_cookie — Browser session cookie issued by POST /account/signin on core. Required for user-scope endpoints.

Paths & Operations 13

Across 11 paths, the API surfaces 13 operations — 1 DELETE, 2 GET, 7 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Deployments 13

Deployment lifecycle

POST
/tenants/{tenant_id}/divisions/{division_id}/deployments/starter
Deploy starter environment
deploy_starter 2 params body → 202
GET
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments
List deployments
get_deployments 3 params → 200403
POST
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/byoc
Deploy to your own cloud
deploy_to_your_own_cloud 3 params body → 202
POST
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/byoc/setup
Generate BYOC setup
generate_byoc_setup 3 params body → 200400403
POST
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/managed
Deploy to managed cloud
deploy_to_managed_cloud 3 params body → 202
POST
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/preview
Preview deployment cost
preview_deployment 3 params body → 200400403
GET
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/{deployment_id}
Get deployment
get_deployment 4 params → 200403404
PUT
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/{deployment_id}
Update deployment
update_deployment 4 params body → 200
DELETE
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/{deployment_id}
Delete deployment
delete_deployment 5 params → 202400403404
POST
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/{deployment_id}/extend
Extend deployment
extend_deployment 4 params body → 202
PUT
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/{deployment_id}/retention
Update deployment retention
update_retention 4 params body → 200
PUT
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/{deployment_id}/spend_limit
Update deployment spend limit
update_spend_limit 4 params body → 200
POST
/tenants/{tenant_id}/divisions/{division_id}/environments/{environment_id}/deployments/{deployment_id}/upgrade
Upgrade deployment
upgrade_deployment 4 params body → 202

Schemas 49

The contract defines 49 schemas that model the data the API accepts and returns. The most detailed are DeploymentInfo (27 properties), DeployToManagedCloud (16 properties), DeployToYourOwnCloud (16 properties), DeploymentUpgrade (9 properties). Each schema is shown below with its type and property counts.

NetworkTput
integer
Network throughput in decimal KB/s (1000 KB = 1 MB)
ExtendDeployment
object
1 property 1 required
CloudStorageSettings
object
Simplified storage configuration for API requests. Contains only storage type and optional size. IOPS and throughput are automatically calculated based on tier…
2 properties 1 required
DeploymentVariant
string
HyphenName
string
DeploymentId
integer
DeployToYourOwnCloud
object
16 properties 5 required
DeploymentTier
string
AvailabilityMode
string
UpdateDeployment
object
2 properties
UpdateSpendLimit
object
1 property
CidrBlock
string
DeployToManagedCloud
object
16 properties 5 required
GcpProjectId
string
A validated GCP project ID. GCP project IDs must follow these rules: - 6–30 characters - Lowercase letters, digits, and hyphens only - Starts with a lowercase…
NodeToExtend
object
1 property 1 required
Region
string
ClusterKind
string
GcpServiceAccountEmail
string
A validated GCP service account email address. GCP service account emails follow the format: {name}@{project}.iam.gserviceaccount.com Validation rules: - Must…
EnvironmentId
integer
AwsVpcId
string
AWS VPC ID, e.g. vpc-1234567890abcdef0. Must start with vpc- followed by 1-17 hex characters.
DeploymentDetails
UpdateRetention
object
1 property 1 required
RuntimeType
string
Runtime identifier: warden, iggy, connectors, connector:{id}, plane, or mcp.
DeploymentInfo
object
27 properties 21 required
DeploymentUpgrade
object
9 properties 1 required
DeployStarter
object
5 properties 2 required
Cloud
string
Supported managed cloud provider. Only aws and gcp are accepted on the public API.
DeploymentNetworkRateLimit
string
Rate limit formatted as (e.g. 1 MB/s, 500 KB/s, 2 GB/s).
DeploymentName
string
DivisionId
integer
ByocSetup
RetentionSettings
object
1 property 1 required
EnvironmentName
string
GenerateByocSetup
object
2 properties 2 required
Area
string
StorageType
string
Storage type for deployments Frontend should use these exact values: "ssd" or "network" (lowercase) These are the only two supported storage types currently.
StorageSize
integer
Storage size in GB
AwsByocDeployment
object
5 properties 5 required
AwsAccountId
string
AWS Account ID - exactly 12 digits.
DeploymentRetention
object
2 properties 1 required
Paged_DeploymentInfo
object
4 properties 4 required
PreviewDeployment
object
8 properties 3 required
DeploymentPreviewBreakdown
object
5 properties 5 required
UpgradeDeployment
object
2 properties
DeploymentPreview
object
7 properties 7 required
TelemetryRetention
object
3 properties 3 required
GcpByocDeployment
object
3 properties 3 required
Description
string
TenantId
integer

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

laserdata-deployments-api-openapi.yml Raw ↑

Other APIs LaserData publishes across the network.

LaserData Account API
LaserData API Keys API
LaserData Audit API
LaserData Billing API
LaserData Cloud Accounts API
LaserData Clouds API
LaserData Connectors API
LaserData Divisions API
LaserData Environments API
LaserData Invitations API
LaserData Members API
LaserData Notification Channels API
Where this information came from

This is an independent, third-party profile of LaserData Deployments API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.