Gitpod · Schema

Account

Developer ToolsCloud Development EnvironmentsWorkspacesAI AgentsDevOps

Properties

Name Type Description
avatarUrl string
createdAt object
email string
id string
joinables array joinables is deprecated. Use ListJoinableOrganizations instead.
memberships array
name string
organizationId string organization_id is the ID of the organization the account is owned by if it's created through custom SSO
publicEmailProvider boolean public_email_provider is true if the email for the Account matches a known public email provider
updatedAt object
View JSON Schema on GitHub

JSON Schema

gitpod-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.gitpod.io/schemas/account",
  "title": "Account",
  "additionalProperties": false,
  "properties": {
    "avatarUrl": {
      "title": "avatar_url",
      "type": "string"
    },
    "createdAt": {
      "$ref": "#/$defs/google.protobuf.Timestamp",
      "title": "created_at"
    },
    "email": {
      "title": "email",
      "type": "string"
    },
    "id": {
      "format": "uuid",
      "title": "id",
      "type": "string"
    },
    "joinables": {
      "deprecated": true,
      "description": "joinables is deprecated. Use ListJoinableOrganizations instead.",
      "items": {
        "$ref": "#/$defs/gitpod.v1.JoinableOrganization"
      },
      "title": "joinables",
      "type": "array"
    },
    "memberships": {
      "items": {
        "$ref": "#/$defs/gitpod.v1.AccountMembership"
      },
      "title": "memberships",
      "type": "array"
    },
    "name": {
      "title": "name",
      "type": "string"
    },
    "organizationId": {
      "description": "organization_id is the ID of the organization the account is owned by if it's created through custom SSO",
      "nullable": true,
      "title": "organization_id",
      "type": "string"
    },
    "publicEmailProvider": {
      "description": "public_email_provider is true if the email for the Account matches a known public email provider",
      "title": "public_email_provider",
      "type": "boolean"
    },
    "updatedAt": {
      "$ref": "#/$defs/google.protobuf.Timestamp",
      "title": "updated_at"
    }
  },
  "required": [
    "id",
    "name",
    "email",
    "createdAt",
    "updatedAt"
  ],
  "type": "object"
}

Work with this as data

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/gitpod-account"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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