Speakeasy · Schema

GithubSetupStateResponse

The state of a particular SDK targets github setup

Artificial IntelligenceDocumentationMCPPlatformSDKTerraformTesting

Properties

Name Type Description
app_installed boolean
actions object
secrets object
View JSON Schema on GitHub

JSON Schema

speakeasy-githubsetupstateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GithubSetupStateResponse",
  "title": "GithubSetupStateResponse",
  "description": "The state of a particular SDK targets github setup",
  "type": "object",
  "properties": {
    "app_installed": {
      "type": "boolean"
    },
    "actions": {
      "type": "object",
      "properties": {
        "generation_action_configured": {
          "type": "boolean"
        },
        "publish_action_configured": {
          "type": "boolean"
        }
      },
      "required": [
        "generation_action_configured",
        "publish_action_configured"
      ]
    },
    "secrets": {
      "type": "object",
      "properties": {
        "api_key_configured": {
          "type": "boolean"
        },
        "publishing_secrets_configured": {
          "type": "boolean"
        }
      },
      "required": [
        "api_key_configured",
        "publishing_secrets_configured"
      ]
    }
  },
  "required": [
    "app_installed",
    "actions",
    "secrets"
  ]
}

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