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

# Build with Passionfroot

> Connect the workflows that bring brands and creators together.

<div className="pf-hero">
  <span className="pf-eyebrow">PUBLIC API · ALPHA</span>

  <p className="pf-hero-copy">
    Bring collaborations, placements, catalogs, proposals, and conversations into the tools your
    team already uses.
  </p>

  <div className="pf-hero-actions">
    <a className="pf-primary-action" href="/quickstart">Make your first request</a>
    <a className="pf-secondary-action" href="/guides/authentication">Explore authentication →</a>
  </div>
</div>

<div className="pf-api-grid">
  <a className="pf-api-card pf-partner-card" href="/partner-reference/placements/list-placements">
    <span className="pf-card-label">FOR BRANDS</span>
    <span className="pf-card-title">Partner API</span>
    <span>Manage creators, collaborations, placements, proposals, and conversations.</span>
    <span className="pf-card-link">Explore Partner API →</span>
  </a>

  <a className="pf-api-card pf-creator-card" href="/creator-reference/placements/list-placements">
    <span className="pf-card-label">FOR CREATORS</span>
    <span className="pf-card-title">Creator API</span>
    <span>Connect partners, collaborations, placements, your catalog, and proposals.</span>
    <span className="pf-card-link">Explore Creator API →</span>
  </a>
</div>

## Get started in three steps

You need an approved Passionfroot account and an API key. The key determines whether a request uses the Partner or Creator API and limits every response to the data available to that account.

<Steps>
  <Step title="Request API access">
    Open **Settings → API** in your Passionfroot workspace. If access is not enabled, submit the
    one-time access request shown there.
  </Step>

  <Step title="Create an API key">
    Once approved, create a key in **Settings → API**, choose an expiration date, and copy it
    immediately. The full value is shown only once.
  </Step>

  <Step title="Make your first request">
    Follow the [quickstart](/quickstart), then choose the Partner API or Creator API reference.
  </Step>
</Steps>

<Warning>
  Keep API keys on a server. Never place one in browser code, a mobile app, source control, or a
  public support message.
</Warning>
