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

# Blacksmith Docs

> Faster GitHub Actions and a background coding agent — pick your surface.

<div className="home-landing">
  <div className="home-landing-inner">
    <p className="home-landing-eyebrow">
      <s>Blacksmith docs</s>
    </p>

    <h1 className="home-landing-title">Ship more with Blacksmith.</h1>

    <p className="home-landing-body">
      Validate and merge code faster with purpose-built{" "}
      <a href="/introduction/quickstart">infra for CI</a> and{" "}
      <a href="/codesmith/overview">\[code]smith</a>.
    </p>

    <section className="home-products" aria-label="Choose a product">
      <div className="home-sheet-stories">
        <div className="home-sheet-story">
          <a className="home-sheet-media" href="/introduction/quickstart" aria-label="Explore GitHub Actions">
            <video className="home-sheet-video" src="https://pub-e2b06c433e4f400c841be3653e0cad01.r2.dev/runners.mp4" title="Blacksmith runners" loop muted playsInline preload="metadata" />
          </a>

          <div className="home-video-sheet">
            <p className="home-product-eyebrow">01 · GitHub Actions</p>

            <h3 className="home-product-title">
              The fastest way to run GitHub Actions
            </h3>

            <p className="home-product-desc">
              A dead-simple drop-in replacement for GitHub Actions runners that's
              twice as fast.
            </p>

            <div className="home-video-sheet-footer">
              <a className="home-product-cta" href="/introduction/quickstart">
                Explore GitHub Actions →
              </a>

              <ul className="home-product-links">
                <li>
                  <a href="/introduction/quickstart">Quickstart</a>
                </li>

                <li>
                  <a href="https://www.blacksmith.sh/pricing" target="_blank" rel="noopener noreferrer">
                    Pricing
                  </a>
                </li>

                <li>
                  <a href="/blacksmith-caching/dependencies-actions">Caching</a>
                </li>
              </ul>
            </div>
          </div>
        </div>

        <div className="home-sheet-story">
          <a className="home-sheet-media" href="/codesmith/overview" aria-label="Explore [code]smith">
            <video className="home-sheet-video" data-src="https://pub-e2b06c433e4f400c841be3653e0cad01.r2.dev/codesmith.mp4" title="[code]smith building a pull request" loop muted playsInline preload="none" />
          </a>

          <div className="home-video-sheet">
            <p className="home-product-eyebrow">02 · \[code]smith</p>

            <h3 className="home-product-title">
              A delightful cloud software engineer
            </h3>

            <p className="home-product-desc">
              Build, fix pull requests, and investigate issues, even after you
              close your laptop.
            </p>

            <div className="home-video-sheet-footer">
              <a className="home-product-cta" href="/codesmith/overview">
                Explore \[code]smith →
              </a>

              <ul className="home-product-links">
                <li>
                  <a href="/codesmith/overview">Overview</a>
                </li>

                <li>
                  <a href="/codesmith/autofix">Autofix</a>
                </li>

                <li>
                  <a href="/codesmith/integrations">Integrations</a>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </section>

    <section className="home-cta" aria-label="Get started">
      <h2 className="home-cta-title">Start building for free</h2>

      <div className="home-cta-actions">
        <a className="home-cta-primary" href="https://app.blacksmith.sh/" target="_blank" rel="noopener noreferrer">
          Open Console
        </a>
      </div>
    </section>
  </div>
</div>
