ACI.dev · Schema

AppConfigurationPublic

Agent InfrastructureAgentsArtificial IntelligenceFunction CallingMCPAuthenticationOpen-SourceTool CallingVibeOps

Properties

Name Type Description
id string
project_id string
app_name string
security_scheme object
security_scheme_overrides object
enabled boolean
all_functions_enabled boolean
enabled_functions array
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

aci-dev-app-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AppConfigurationPublic",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "title": "Id"
    },
    "project_id": {
      "type": "string",
      "format": "uuid",
      "title": "Project Id"
    },
    "app_name": {
      "type": "string",
      "title": "App Name"
    },
    "security_scheme": {
      "$ref": "#/components/schemas/SecurityScheme"
    },
    "security_scheme_overrides": {
      "type": "object",
      "title": "Security Scheme Overrides"
    },
    "enabled": {
      "type": "boolean",
      "title": "Enabled"
    },
    "all_functions_enabled": {
      "type": "boolean",
      "title": "All Functions Enabled"
    },
    "enabled_functions": {
      "items": {
        "type": "string"
      },
      "type": "array",
      "title": "Enabled Functions"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "title": "Created At"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "title": "Updated At"
    }
  },
  "type": "object",
  "required": [
    "id",
    "project_id",
    "app_name",
    "security_scheme",
    "security_scheme_overrides",
    "enabled",
    "all_functions_enabled",
    "enabled_functions",
    "created_at",
    "updated_at"
  ]
}

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/aci-dev-app-configuration"
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.