Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tensorlake Sandboxes API

MicroVM sandboxes for serverless workflows and agent code.

Tensorlake Sandboxes API is one of 5 APIs that Tensorlake publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 8 operations across 5 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against a single base URL, https://api.tensorlake.ai.

8 operations 5 paths 4 schemas 1 DELETE2 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.tensorlake.ai
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Tensorlake Sandboxes API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (apiKey) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Tensorlake API key created in the Tensorlake Cloud dashboard (cloud.tensorlake.ai). Keys are prefixed tlapiKey and are passed as Authorization: Bearer .

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 2 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Sandboxes 8

MicroVM sandboxes for serverless workflows and agent code.

POST
/sandboxes
Create a sandbox
create_sandbox body → 200401
GET
/sandboxes
List sandboxes
list_sandboxes → 200401
GET
/sandboxes/{sandbox_id}
Get a sandbox
get_sandbox 1 param → 200401404
PATCH
/sandboxes/{sandbox_id}
Update a sandbox
update_sandbox 1 param body → 200401404
DELETE
/sandboxes/{sandbox_id}
Delete a sandbox
delete_sandbox 1 param → 200401404
POST
/sandboxes/{sandbox_id}/snapshot
Snapshot a sandbox
snapshot_sandbox 1 param → 200401404
POST
/sandboxes/{sandbox_id}/suspend
Suspend a sandbox
suspend_sandbox 1 param → 200401404
POST
/sandboxes/{sandbox_id}/resume
Resume a sandbox
resume_sandbox 1 param → 200401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are SandboxInput (5 properties), DeleteResponse (2 properties), Error (1 property). Each schema is shown below with its type and property counts.

DeleteResponse
object
2 properties
SandboxInput
object
MODELED sandbox configuration.
5 properties
Sandbox
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tensorlake-sandboxes-api-openapi.yml Raw ↑

Other APIs Tensorlake publishes across the network.

Tensorlake Datasets API
Tensorlake Files API
Tensorlake Parse API
Tensorlake Structured Extraction API