Fireboost API CDN

API CDN for your PHP apps

Built for developers who move fast and demand control of their stack.

Fireboost Unlocks Speed and Scale

Here are just a few ways we keep your CMS or API fast, secure, and ready for anything:

Speed at Scale

Effortless Request Handling

Fireboost delivers millions of requests per day from the edge, keeping your origin cool and efficient.

Global Response Acceleration

Consistently Fast APIs

Fireboost accelerates responses by serving repeat traffic instantly, keeping your backend light and stress-free.

Lower Hosting & Bandwidth Costs

Seamless Traffic Scaling

Fireboost smooths out traffic spikes and protects your backend—no rewrites, no worries.

Everything You Need to Serve Millions

Fireboost adds the tools and visibility missing from raw infrastructure.

Create API keys, define access rules, and monitor traffic in one place—zero custom tooling needed.

Cache anything in just a few lines of code.

No servers to manage. No infrastructure changes. Add via composer and go live in minutes.

composer require fireboostio/fireboost-sdk
your-plugin.php
fireboost-sdk.php
$cacheManager = new CacheManager(
  new SessionAdapter(),
  FIREBOOST_API_KEY
);

$cacheManager->saveCache(
  "cacheKey",
  ['name' => 'Simple as', 'value' => 123],
  true
);

// Retrieve it at:
https://{project}.api.fireboost.io/v1/public-cache/get/cacheKey

Fireboost is beyond raw infrastructure—
it's everything you wish you had on top of it.

Built for developers who want performance, control, and clarity—without building it all themselves.

Built-in Access Control

Secure every request with JWT, IP rules, and scoped keys—no external gateway needed.

Near real-time Usage Analytics

Instantly see who's reading, writing, or calling your API—no extra setup required.

Global Edge Caching

Cache once, serve millions—fast, secure, and close to your users.

Easy Setup with SDKs

Go live in minutes with just 4 lines of code—no plugins or backend changes required.

Purpose-Built Dashboard

Manage access, rules, and usage in one place—no custom tooling required.

Developer-First Support

Fast, human support from setup to scale—when it matters most.

Smart Caching Rules

Fine-tune TTLs, visibility, and overwrite rules—no manual invalidation needed.

Test Locally, Deploy Globally

Push and preview cache responses in dev before going live—seamless workflow for real teams.

Pricing

Simple packages to get started, with pay-as-you-grow flexibility built in.

MonthlyAnnually

Save 2 months with annual billing

Developer

Perfect for hobby projects and testing. Scales predictably as you grow. Starting at:

$34/month

Start for free
  • 2M reads /month
  • 200K writes /month
  • Each additional 1M reads: $20
  • 1 project (namespace)
  • JWT auth
  • Community support

Starter

Launch with confidence—bigger limits, secure access, and human support. Starting at:

$169/month

Start for free
  • 10M reads /month
  • 1M writes /month
  • Each additional 1M reads: $20
  • 10 project (namespace)
  • IP allowlists & JWT auth
  • Email support (72h response)
  • Onboarding call
  • Slack channel access

Business

Built for growing teams with high traffic and more control. Starting at:

$499/month

Contact sales
  • 30M reads /month
  • 3M writes /month
  • Each additional 1M reads: $20
  • 50 projects (namespaces)
  • IP allowlists & JWT auth
  • Ticket (24h response)
  • Private Slack channel access
  • Priority routing across global PoPs
  • Advanced analytics & request logs
  • Custom response caching rules

Frequently asked questions

If you can't find what you're looking for, feel free to contact us.

    • What is Fireboost?

      Fireboost is an edge-based API caching and delivery platform. It lets you push API responses from any backend or CMS and serve them globally—fast, securely, and at scale.

    • How does Fireboost work?

      Instead of exposing your CMS or API to the public, you push data to Fireboost. We handle caching, access control, and global delivery so your origin stays safe and traffic stays fast.

    • Do I need to change my CMS or backend?

      No. Fireboost works with any system that can make an HTTP request. Just use our API or SDK to push your data—no plugins or rebuilds required.

    • Will Fireboost reduce hosting costs?

      Yes. Because your backend handles fewer requests, you save on bandwidth, server load, and cloud infrastructure costs.

    • Is Fireboost secure?

      Yes. Your origin can stay hidden behind a firewall. Use JWTs, IP allowlists, and read/write-only access to control exactly what gets delivered.

    • How is access to my API data controlled?

      Fireboost uses JSON Web Tokens (JWT) to control who can read or write to your cache. You decide what access each API key has—read-only, write-only, or full access.

    • Can I use Fireboost for apps, sites, or IoT?

      Absolutely. Fireboost is built to serve any API-based client—mobile apps, single-page apps, devices, or third-party services.

    • How do I get started?

      Sign up at dashboard.fireboost.io and follow the quickstart. You can push your first cache entry with just a few lines of code.