---
title: "For developers & agents"
description: The typed REST API, the wiblo CLI, and the markdown lane for agents.
canonical_url: https://wiblo.app/docs/developers
last_updated: 2026-07-28T17:12:38+02:00
md_url: https://wiblo.app/docs/developers.md
---

# For developers & agents

Everything in Wiblo sits on a typed REST API, and these docs are built to be consumed by machines as well as people.

- [API reference](/docs/developers/api) — Every REST endpoint, generated from the OpenAPI spec that also powers the SDK.
- [Wiblo CLI](/docs/developers/cli) — Every command, grouped by what it does — for terminals, scripts, and agents.

The API surface is described end to end by the public [OpenAPI spec](https://api.wiblo.app/openapi.yaml).

## Reading these docs as an agent

Every public docs page ships twice from one source. Append `.md` to any docs URL for raw markdown, send `Accept: text/markdown`, or just fetch as a known agent and the markdown comes back automatically. Discovery starts at [/llms.txt](/llms.txt) and [/sitemap.md](/sitemap.md).
