elastic.io Workspace
Represents a workspace on the elastic.io iPaaS platform. A workspace is an organizational unit within a contract that contains integration flows, credentials, and team members. Workspaces provide isolation and access control for integration resources.
IntegrationiPaaSSaaS Integration
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/elastic-io/refs/heads/main/json-schema/elastic-io-workspace.json",
"title": "elastic.io Workspace",
"description": "Represents a workspace on the elastic.io iPaaS platform. A workspace is an organizational unit within a contract that contains integration flows, credentials, and team members. Workspaces provide isolation and access control for integration resources.",
"type": "object",
"required": [
"id",
"type",
"attributes"
],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier for the workspace."
},
"type": {
"type": "string",
"const": "workspace",
"description": "Resource type identifier."
},
"attributes": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Human-readable name of the workspace."
},
"description": {
"type": "string",
"description": "Optional description of the workspace's purpose."
},
"type": {
"type": "string",
"enum": [
"full",
"limited"
],
"description": "Workspace type controlling available features and quotas."
},
"flow_count": {
"type": "integer",
"description": "Number of integration flows in this workspace."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the workspace was created."
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the workspace was last updated."
}
}
},
"relationships": {
"type": "object",
"properties": {
"contract": {
"type": "object",
"description": "The contract (tenant) this workspace belongs to.",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"type": {
"type": "string",
"const": "contract"
}
}
}
}
},
"members": {
"type": "object",
"description": "Users who are members of this workspace.",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"type": {
"type": "string",
"const": "member"
}
}
}
}
}
}
}
}
}
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/elastic-io-workspace"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.