Speakeasy · JSON Structure

Speakeasy Workspace Structure

Structure of the Speakeasy Workspace resource and its relationships

Type: object Properties: 0
Artificial IntelligenceDocumentationMCPPlatformSDKTerraformTesting

Speakeasy Workspace is a JSON Structure definition published by Speakeasy.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Speakeasy Workspace",
  "description": "Structure of the Speakeasy Workspace resource and its relationships",
  "type": "object",
  "fields": [
    {"name": "id", "type": "string", "required": true, "description": "Unique workspace identifier"},
    {"name": "name", "type": "string", "required": true, "description": "Human-readable workspace name"},
    {"name": "slug", "type": "string", "required": true, "description": "URL-safe workspace identifier"},
    {"name": "organization_id", "type": "string", "required": true, "description": "Parent organization identifier"},
    {"name": "telemetry_disabled", "type": "boolean", "required": true, "description": "Telemetry opt-out status"},
    {"name": "created_at", "type": "date-time", "required": true, "description": "Creation timestamp"},
    {"name": "updated_at", "type": "date-time", "required": true, "description": "Last updated timestamp"},
    {"name": "verified", "type": "boolean", "required": false, "description": "Workspace verification status"}
  ],
  "relationships": [
    {"resource": "Organization", "cardinality": "many-to-one", "field": "organization_id"},
    {"resource": "Token", "cardinality": "one-to-many", "description": "Workspace access tokens"},
    {"resource": "Event", "cardinality": "one-to-many", "description": "SDK generation events"},
    {"resource": "PublishingToken", "cardinality": "one-to-many", "description": "Publishing tokens scoped to workspace"}
  ]
}

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/speakeasy-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.