Developer Resources

Machine-readable metadata and integration points for The Pitz Studio

API Documentation

POST /api/generate-example

Generates context-aware examples for digital tool concepts. Direct API access is restricted to authorized origins; external agents should use the MCP transport at /api/mcp instead.

Parameters

Name Type Required Description
title string Yes Short title for the concept (e.g. "AI Chatbot")
definition string Yes The concept definition (max 3000 chars)

Response

{
  "example": "..."
}

Rate Limits

  • 5 requests per day per IP
  • 300 requests per month (global)

View full OpenAPI specification →

Machine-Readable Resources

Path Description
/llms.txt LLM discovery metadata
/llms-full.txt Extended context for LLMs
/openapi.json OpenAPI 3.1 specification
/.well-known/ai-plugin.json AI agent plugin manifest
/.well-known/mcp/manifest.json MCP server manifest
/.well-known/security.txt Security contact
/humans.txt Team information
/manifest.json Web app manifest
/sitemap.xml XML sitemap
/robots.txt Crawler directives

Educational Content

Open Source