Loading...
Loading...
Theme
Choose how Blenau looks while you read — a calm warm canvas by default. Your choice is saved in this browser.
Add a passkey — Face ID, Touch ID, Windows Hello or a security key — to sign in without a password. Passkeys are managed in your Blenau identity account and can be added or removed there at any time.
Set up a passkeyLoading billing status...
When this is on, the people you and your delegates admitted can create a token for their own AI agent, scoped to exactly what they can already read. Tokens do not expire — they are cut the moment the access behind them is withdrawn, and every live one is listed below.
Loading…
Create tokens for your AI agents to connect via MCP. Tokens are shown only once.
Keys for your own backend — or an integration such as the Odoo connector — to manage access from outside Blenau. Grant and revoke readers from your billing system (charge in Stripe, Gumroad, Whop or your membership site and use Blenau as the access-control layer), invite identity-bound members, and define the content groups that scope what they can read. Call the /v1 endpoints with Authorization: Bearer <key>. Keys are shown only once and rate-limited per key.
Copy the setup prompt for your agent. Paste it into your agent's chat — it will ask for your MCP token and configure everything end-to-end.
CLI de Anthropic. El prompt instruye al agente para registrar el MCP con claude mcp add --scope user y validar la conexión.
Editor IDE de Google con Gemini. El prompt inyecta el server en mcp_config.json preservando los otros MCPs.
El CLI es complementario al MCP, no lo reemplaza. El MCP le da a tu agente tools nativos dentro del editor; el CLI es un binario que el agente invoca por consola (blenau search …). Sugerido como adicional si trabajás en un entorno donde el agente tiene acceso a una terminal: CI, scripts, o agentes que no soportan MCP. Podés tener ambos a la vez sin conflicto.
El prompt instruye al agente para instalar el binario (vía go install o release precompilado con verificación de checksum), autenticar con tu token, y validar los comandos.
For Claude Desktop, Cursor, Windsurf, etc. — add this to your agent's mcp_config.json:
{
"mcpServers": {
"blenau": {
"url": "https://api.blenau.com/mcp/http/?token=YOUR_TOKEN"
}
}
}This is the stateless Streamable HTTP endpoint — it won't drop on idle. Note the trailing slash on /mcp/http/. Google Antigravity uses serverUrl instead of url. (The legacy SSE endpoint /mcp/sse still works.)