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)
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
-
Claude AI Ecosystem — Interactive Explainer
An interactive guide to the Claude AI ecosystem and its components.
-
Prompt Engineering Guide
Introduction to effective prompt engineering techniques.
-
GenAI for Legal & Admin Teams
Generative AI concepts tailored for legal and administrative professionals.
-
Cursor IDE for Data Science
Using the Cursor IDE for data science workflows.