Wundership MPP API

WunderCorp's agent-payable REST API (OpenAPI 3.1.0, info.version 2026-07-15, contact WunderCorp, Inc. hello@wundercorp.co). Five fixed-price machine-payment products (app plan USD 1.00, BuilderStudio preview 5.00, image generation 1.00, listing from image 0.75, OpenModel pricing estimate 0.01) that answer HTTP 402 with a WWW-Authenticate: Payment challenge until an MPP credential is presented, plus the OpenModel MPP inference gateway: OpenAI- and Anthropic-shaped /v1/chat/completions, /v1/responses, /v1/messages, /v1/embeddings, /v1/images/generations, /v1/audio/* and /v1/moderations that relay the upstream provider's 402 challenge and receipt unchanged, with public /v1/models, /v1/providers and /v1/capabilities discovery. Seven legacy /mpp/* routes are marked deprecated with x-successor-path. The identical spec is served from mpp.openmodel.sh (servers[]), rpc.aureliusagent.dev, api.wundership.com and api.walton.bot, which share one origin.

Operations 25

POST /v1/plan Wundership app plan #
POST /mpp/plan Wundership app plan #
POST /mpp/aurelius/plan Wundership app plan #
POST /v1/builder/preview BuilderStudio preview #
POST /mpp/builder/preview BuilderStudio preview #
POST /v1/images/generate Image generation #
POST /mpp/images/generate Image generation #
POST /v1/listings/from-image Listing from image #
POST /mpp/listings/from-image Listing from image #
POST /mpp/chat/completions Legacy fixed-price chat completion #
POST /v1/pricing/estimate OpenModel pricing estimate #
POST /mpp/openmodel/pricing/estimate OpenModel pricing estimate #
GET /v1/capabilities List OpenModel MPP gateway capabilities #
GET /v1/providers List supported MPP inference providers #
GET /v1/models List curated provider model families #
POST /v1/chat/completions Create a chat completion #
POST /v1/responses Create a model response #
POST /v1/messages Create an Anthropic-style message #
POST /v1/embeddings Create embeddings #
POST /v1/images/generations Generate images #
POST /v1/audio/transcriptions Transcribe audio #
POST /v1/audio/speech Generate speech #
POST /v1/moderations Moderate content #
POST /providers/{provider}/{upstreamPath} Relay a request to a whitelisted MPP provider #
GET /providers/{provider}/{upstreamPath} Relay a request to a whitelisted MPP provider #

Documentation

Specifications

Other Resources

🔗
LLMsTxt
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/llms/aureliusagent-dev-llms.txt
🔗
Overlay
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/overlays/aureliusagent-dev-wundership-mpp-api-overlay.yaml
🔗
Plans
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/plans/aureliusagent-dev-plans-pricing.yml
🔗
Pricing
https://wundercorp.co/agents/
🔗
MCPServer
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/mcp/aureliusagent-dev-mcp.yml
🔗
Conventions
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/conventions/aureliusagent-dev-conventions.yml
🔗
ErrorCatalog
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/errors/aureliusagent-dev-problem-types.yml
🔗
Conformance
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/conformance/aureliusagent-dev-conformance.yml
🔗
Lifecycle
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/lifecycle/aureliusagent-dev-lifecycle.yml
🔗
Deprecation
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/lifecycle/aureliusagent-dev-lifecycle.yml
🔗
DataModel
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/data-model/aureliusagent-dev-data-model.yml
🔗
AgentSkill
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/skills/_index.yml
🔗
CLI
https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/cli/aureliusagent-dev-cli.yml

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/wundership-mpp-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 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.

OpenAPI Specification

aureliusagent-dev-wundership-mpp-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Wundership MPP API
  version: '2026-07-15'
  description: Public OpenAPI surface for Wundership machine-paid agent requests. Unpaid requests return HTTP 402 Payment Required.
  guidance: Use POST /v1/plan with a JSON body containing a prompt or idea to buy a structured Wundership software plan. Discovery endpoints are public. Paid operations declare x-payment-info and return HTTP 402 Payment Required until payment is authorized. After payment, retry the same request with the payment authorization or verified proxy headers described by the payment challenge.
  x-guidance: Use POST /v1/plan with a JSON body containing a prompt or idea to buy a structured Wundership software plan. Discovery endpoints are public. Paid operations declare x-payment-info and return HTTP 402 Payment Required until payment is authorized. After payment, retry the same request with the payment authorization or verified proxy headers described by the payment challenge.
  contact:
    email: hello@wundercorp.co
    url: https://wundercorp.co
    name: WunderCorp, Inc.
servers:
- url: https://mpp.openmodel.sh
tags:
- description: Paid Wundership endpoints that agents can invoke after MPP payment.
  name: Machine Payments
- description: Software planning and implementation direction for agent callers.
  name: App Planning
- description: BuilderStudio preview and app-generation support endpoints.
  name: BuilderStudio
- description: Paid AI generation utilities.
  name: AI Generation
- description: Transparent MPP routing to supported model, media, speech, and document intelligence providers.
  name: Inference Gateway
- description: Paid access to effective-dated model pricing and cost-weighted allowance estimates.
  name: OpenModel Pricing


# --- truncated at 32 KB (77 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aureliusagent-dev/refs/heads/main/openapi/aureliusagent-dev-wundership-mpp-api-openapi.yml