Pipedream · JSON Structure

Pipedream App Structure

Structural summary of Pipedream App as exposed by the Pipedream API.

Type: object Properties: 9 Required: 6
Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Pipedream App Structure is a JSON Structure definition published by Pipedream, describing 9 properties, of which 6 are required. It conforms to the https://json-structure.org/structure-v1.0.json meta-schema.

Properties

id name_slug name auth_type description img_src custom_fields_json categories featured_weight

Meta-schema: https://json-structure.org/structure-v1.0.json

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/structure-v1.0.json",
  "id": "pipedream-app",
  "title": "Pipedream App Structure",
  "description": "Structural summary of Pipedream App as exposed by the Pipedream API.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the app. Only applies for OAuth apps.",
      "nullable": true
    },
    "name_slug": {
      "type": "string",
      "description": "The name slug of the target app (see https://pipedream.com/docs/connect/quickstart#find-your-apps-name-slug)"
    },
    "name": {
      "type": "string",
      "description": "The human-readable name of the app"
    },
    "auth_type": {
      "$ref": "#/components/schemas/AppAuthType"
    },
    "description": {
      "type": "string",
      "description": "A short description of the app",
      "nullable": true
    },
    "img_src": {
      "type": "string",
      "description": "The URL to the app's logo"
    },
    "custom_fields_json": {
      "type": "string",
      "description": "A JSON string representing the custom fields for the app",
      "nullable": true
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Categories associated with the app"
    },
    "featured_weight": {
      "type": "number",
      "description": "A rough directional ordering of app popularity, subject to changes by Pipedream"
    }
  },
  "required": [
    "name_slug",
    "name",
    "img_src",
    "custom_fields_json",
    "categories",
    "featured_weight"
  ]
}

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/pipedream-app-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 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.