---
title: "Hono"
description: "Blyp skill preset for Hono middleware, context.get(\"blypLog\"), and automatic ingestion interception."
canonical_url: "https://www.blyp.dev/docs/skills/hono"
markdown_url: "https://www.blyp.dev/docs/skills/hono.md"
last_updated: "2018-10-20"
x_farming_labs_generated_preamble: true
---

# Hono
URL: /docs/skills/hono
LLM index: /llms.txt
Description: Blyp skill preset for Hono middleware, context.get("blypLog"), and automatic ingestion interception.

import { SkillInstall } from "@/app/components/skill-install";
import { SkillSource } from "@/app/components/skill-source";

# Blyp Hono

Install `blyp-hono` after `blyp-core` when the server uses Hono. This preset keeps agents on the official Hono adapter path, mounts middleware on `"*"`, and uses `context.get("blypLog")` for request logging.

## When to install it

- the repo runs a Hono server
- request handlers need Blyp request logs
- client ingestion is enabled in a Hono app

## What it covers

- `createLogger()` from `@blyp/core/hono`
- middleware on `"*"`
- `context.get("blypLog")`
- automatic interception of the configured ingestion path when enabled

<SkillInstall slug="hono" />

## Related docs

- [Hono](/docs/integrations/hono)
- [Client](/docs/integrations/client)

<SkillSource slug="hono" />

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
