PostHog · Schema

LLMPromptPublic

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id string
name string
prompt object Full prompt content. Omitted when 'content=preview' or 'content=none'.
prompt_preview string First 160 characters of the prompt. Only present when 'content=preview'.
outline array Flat list of markdown headings parsed from the prompt. Useful as a lightweight table of contents.
version integer
created_at string
updated_at string
deleted boolean
is_latest boolean
latest_version integer
version_count integer
first_version_created_at string
View JSON Schema on GitHub

JSON Schema

posthog-llmpromptpublic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LLMPromptPublic",
  "title": "LLMPromptPublic",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "prompt": {
      "description": "Full prompt content. Omitted when 'content=preview' or 'content=none'."
    },
    "prompt_preview": {
      "type": "string",
      "description": "First 160 characters of the prompt. Only present when 'content=preview'."
    },
    "outline": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LLMPromptOutlineEntry"
      },
      "description": "Flat list of markdown headings parsed from the prompt. Useful as a lightweight table of contents."
    },
    "version": {
      "type": "integer"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "deleted": {
      "type": "boolean"
    },
    "is_latest": {
      "type": "boolean"
    },
    "latest_version": {
      "type": "integer"
    },
    "version_count": {
      "type": "integer"
    },
    "first_version_created_at": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "created_at",
    "deleted",
    "first_version_created_at",
    "id",
    "is_latest",
    "latest_version",
    "name",
    "outline",
    "updated_at",
    "version",
    "version_count"
  ]
}

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/posthog-llmpromptpublic"
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.