~/fbb.sh/developers
fbb.sh Developer Resources
fbb.sh publishes Frederik Bosch's public profile through a small, read-only API and alternate document formats. These links are the canonical starting points for agents, API clients, crawlers, and search engines.
API and discovery files
Authentication
No authentication is required. Every published endpoint is public and read-only. fbb.sh does not accept profile mutations or other write operations through HTTP.
Error responses
Unknown paths return a real HTTP 404. Requests below /api/
or requests accepting JSON receive
application/problem+json with stable
code, message, and hint fields.
Other unknown paths receive a short Markdown response with links back
to this index, the sitemap, and llms.txt.
curl https://fbb.sh/api/v1/ curl https://fbb.sh/api/v1/unknown
Webhooks and MCP
fbb.sh does not currently expose webhooks or an MCP server. This page will link to their contracts if either integration is added.