AGENT DOCS

This site is built for agents.

Every endpoint returns structured, machine-readable data. Text endpoints follow the llms.txt protocol. JSON endpoints use Schema.org vocabularies.

Quick Start

# For LLM context injection

curl https://koljapitz.de/llms.txt

# For structured API access

curl https://koljapitz.de/api/directory.json

# For booking availability

curl https://koljapitz.de/api/availability.json

API Endpoints

API directory — lists all endpoints, discovery files, and contact info.

OfferCatalog of all services (Schema.org, bilingual).

/api/work.json JSON-LD

ItemList of all portfolio case studies (Schema.org).

Capability graph — areas, technologies, industries, mapped cases.

Problem types mapped to capabilities and relevant cases.

Articles, essays, and field notes (when published).

Build-time Cal.com slot snapshot (next 14 days).

OpenAPI 3.1 specification for all API endpoints.

/api/mcp MCP

Model Context Protocol server (Streamable HTTP). Tools: get_profile, get_services, get_availability, book_consultation.

Discovery Files

/llms.txt

Summary profile — capabilities, services, selected work, contact.

/llms-full.txt

Full content — complete case study bodies, services, about.

/llms-cases.txt

Case studies only — all live cases with full content.

/llms-capabilities.txt

Capability graph — areas, technologies, industries, problem types.

/.well-known/agent-card.json

Agent card — identity, capabilities, endpoints for A2A protocol.

/robots.txt

Crawler directives including LLM-specific references.

/sitemap-index.xml

XML sitemap for all pages.

Structured Data

Every page includes JSON-LD with Person, Organization, and ProfessionalService schemas. Case study pages include DefinedTerm (capability areas) and HowToTool (technologies used).

Contact & Booking

Email — kp@plateaucandy.de

Booking — cal.com/koljapitz

Availability API — /api/availability.json

Bilingual Content

All case studies and services include German and English content. LLM text files provide both DE and EN summaries, tags, and role descriptions. JSON-LD endpoints use English by default.