Content
Tags
Endpoint
GET /v1/tags
Tags are created automatically when you attach them to a post:
{ "title": "Building AI Agents", "tags": ["AI", "Engineering"] }
Filter posts with ?tag=<slug>. The API returns tag names on a post, so the
published payload stays simple.