Scalr · JSON Structure

Scalr Workspace Structure

Structure of a Scalr workspace for Terraform/OpenTofu execution

Type: Properties: 0
FinOpsGitOpsInfrastructure as CodeKubernetesOPAOpenTofuPolicyTerraform

Scalr Workspace is a JSON Structure definition published by Scalr.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Scalr Workspace",
  "description": "Structure of a Scalr workspace for Terraform/OpenTofu execution",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "pattern": "ws-*",
      "description": "Workspace identifier",
      "required": true
    },
    {
      "name": "name",
      "type": "string",
      "description": "Workspace name",
      "required": true
    },
    {
      "name": "environment",
      "type": "object",
      "description": "Parent environment",
      "required": true,
      "fields": [
        {"name": "id", "type": "string", "pattern": "env-*"}
      ]
    },
    {
      "name": "status",
      "type": "enum",
      "values": ["Active", "Inactive", "Active_Execution"]
    },
    {
      "name": "terraform_version",
      "type": "string",
      "description": "Terraform or OpenTofu version"
    },
    {
      "name": "auto_apply",
      "type": "boolean",
      "description": "Auto-apply plans"
    },
    {
      "name": "execution_mode",
      "type": "enum",
      "values": ["remote", "local", "agent"]
    },
    {
      "name": "vcs_provider",
      "type": "object",
      "description": "VCS integration",
      "fields": [
        {"name": "id", "type": "string"},
        {"name": "repo", "type": "string"},
        {"name": "branch", "type": "string"},
        {"name": "path", "type": "string"}
      ]
    },
    {
      "name": "tags",
      "type": "array",
      "description": "Workspace tags"
    },
    {
      "name": "cost_estimation_enabled",
      "type": "boolean"
    },
    {
      "name": "has_active_run",
      "type": "boolean"
    },
    {
      "name": "current_run",
      "type": "object",
      "fields": [
        {"name": "id", "type": "string", "pattern": "run-*"}
      ]
    },
    {
      "name": "created_at",
      "type": "string",
      "format": "date-time"
    },
    {
      "name": "updated_at",
      "type": "string",
      "format": "date-time"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/scalr-workspace-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.