Posh Platform API

Posh's customer-facing HTTP API, served from the same gateway that backs the Posh Portal. Posh describes it on its portal page as a "powerful API" that "automates custom reporting" and connects the portal directly to internal tools and systems. The gateway is live and answers unauthenticated requests with a structured JSON error envelope, but its reference surface at /api-docs is RBAC-gated (HTTP 403 "RBAC: access denied") and no OpenAPI/Swagger document is published on any Posh host.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/posh-platform-api"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
name: Posh Platform API
description: 'Posh''s customer-facing HTTP API, served from the same gateway that backs the Posh Portal.
  Posh describes it on its portal page as a "powerful API" that "automates custom reporting" and connects
  the portal directly to internal tools and systems. The gateway is live and answers unauthenticated requests
  with a structured JSON error envelope, but its reference surface at /api-docs is RBAC-gated (HTTP 403
  "RBAC: access denied") and no OpenAPI/Swagger document is published on any Posh host.'
humanURL: https://www.posh.ai/portal
baseURL: https://api.poshdevelopment.com/api/v1
x-ownership: 'OWNERSHIP CHECK (STEP 0c). The API and the Posh Portal are served from poshdevelopment.com,
  not posh.ai. That is justified from Posh''s own pages: www.posh.ai/portal links directly to https://app.poshdevelopment.com/login
  as the portal sign-in, and www.posh.ai''s own homepage loads its Posh Answers embed from https://poshie-chat-api.poshdevelopment.com/entry-answers.js.
  That shipped loader additionally hard-codes Posh''s development, staging and UAT hosts under poshdevelopment.com
  and posh.build. poshdevelopment.com is Posh''s product domain; posh.ai is its marketing domain.'
x-contract-discovery: 'NO MACHINE-READABLE CONTRACT IS PUBLISHED. STEP 0b was run in full against every
  host. (1) REST: /openapi.json, /openapi.yaml, /swagger.json, /v1/openapi.json, /api-docs, /docs, /redoc
  probed on www.posh.ai, api.poshdevelopment.com, app.poshdevelopment.com and poshie-chat-api.poshdevelopment.com
  — all 404, 403 or SPA shell. api.poshdevelopment.com/api-docs is the one real hit and returns HTTP 403
  "RBAC: access denied". (2) GraphQL: /graphql 404 on the API host; no GraphQL surface named anywhere.
  (3) MCP: mcp.posh.ai NXDOMAIN, no server — see mcp/posh-mcp.yml. (4) A2A: /.well-known/agent-card.json
  and /.well-known/agent.json probed on six hosts, all negative — see well-known/posh-well-known.yml.
  No a2a/ artifact is written. Subdomain sweep (api, app, docs, developer, portal, dashboard, console,
  admin, mcp, status, support, help, trust on posh.ai): only app/api/poshie-chat on poshdevelopment.com
  resolve.'
tags:
- Reporting
- Analytics
- Conversational AI
properties:
- type: Authentication
  url: authentication/posh-authentication.yml
- type: ErrorCatalog
  url: errors/posh-problem-types.yml
- type: Conventions
  url: conventions/posh-conventions.yml
- type: RateLimits
  url: rate-limits/posh-rate-limits.yml
- type: Plans
  url: plans/posh-plans-pricing.yml