> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apitally.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup guide for Cloudflare Workers

> Get started with Apitally on Cloudflare Workers using our Logpush integration and lightweight Serverless SDKs.

<Tip>
  Our Logpush integration for Cloudflare Workers is new!

  Read the [release announcement](https://apitally.io/blog/cloudflare-workers-integration) for details.
</Tip>

Select your web framework below and follow the step-by-step instructions to set up Apitally on Cloudflare Workers using [Logpush](https://developers.cloudflare.com/logs/logpush/):

<CardGroup cols={2}>
  <Card
    title="FastAPI"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/fastapi-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt="FastAPI icon"
  />
}
    href="/setup-guides/fastapi-cloudflare-workers"
  >
    Cloudflare Workers
  </Card>

  <Card
    title="Hono"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/hono-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt="Hono icon"
  />
}
    href="/setup-guides/hono-cloudflare-workers"
  >
    Cloudflare Workers
  </Card>
</CardGroup>

If you're using a different web framework with Cloudflare Workers, please [let us know](/support) and we'll consider adding support for it.
