{"openapi":"3.1.0","info":{"title":"PBKM Agents API","version":"1.7.0","description":"Read-only API for llms.txt, Markdown content, and site search."},"servers":[{"url":"https:\/\/www.pbkm.pl\/en"}],"paths":{"\/wp-json\/mescio-for-agents\/v1\/context":{"get":{"operationId":"getSiteContext","summary":"Retrieve llms.txt context and metadata.","responses":{"200":{"description":"Site context.","content":{"application\/json":{"schema":{"type":"object","properties":{"site":{"type":"string"},"site_url":{"type":"string"},"plugin":{"type":"string"},"version":{"type":"string"},"generated_at":{"type":"string"},"source_url":{"type":"string"},"full_source_url":{"type":"string"},"markdown_tokens":{"type":"integer"},"content":{"type":"string"}},"required":["site","content"]}}}}}}},"\/wp-json\/mescio-for-agents\/v1\/search":{"get":{"operationId":"searchSiteContent","summary":"Search published content.","parameters":[{"in":"query","name":"q","required":true,"schema":{"type":"string"},"description":"Search query"},{"in":"query","name":"type","required":false,"schema":{"type":"string"},"description":"Optional post type filter"},{"in":"query","name":"per_page","required":false,"schema":{"type":"integer","default":5}}],"responses":{"200":{"description":"Search results","content":{"application\/json":{"schema":{"type":"object","properties":{"query":{"type":"string"},"results":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"url":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"},"markdown_url":{"type":"string"},"estimated_tokens":{"type":"integer"}}}}}}}}}}}},"\/wp-json\/mescio-for-agents\/v1\/page":{"get":{"operationId":"getPageMarkdown","summary":"Get a single page or post as Markdown.","parameters":[{"in":"query","name":"id","required":false,"schema":{"type":"integer"}},{"in":"query","name":"slug","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Single page as Markdown","content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer"},"title":{"type":"string"},"slug":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"},"description":{"type":"string"},"markdown":{"type":"string"},"markdown_tokens":{"type":"integer"},"language":{"type":"string"}}}}}}}}}}}