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

# Introduction

> Welcome to Sticker's Embedded Procurement Documentation

<img className="block dark:hidden" src="https://mintcdn.com/sticker-c03065e9/e7qt7hKwbpAnt7jT/logo-classic-black.png?fit=max&auto=format&n=e7qt7hKwbpAnt7jT&q=85&s=a3214802c17d05483851ae39021d7d14" alt="Sticker Logo" width="200" data-path="logo-classic-black.png" />

<img className="hidden dark:block" src="https://mintcdn.com/sticker-c03065e9/e7qt7hKwbpAnt7jT/logo-classic-white.png?fit=max&auto=format&n=e7qt7hKwbpAnt7jT&q=85&s=2fb96a26d3d458a0e19fb66b92caa141" alt="Sticker Logo" width="200" data-path="logo-classic-white.png" />

## Welcome to Sticker

Sticker is the **embedded procurement engine** that powerfully extends your vertical SaaS platform with a fully managed, white-label procurement experience.

With a single integration, your users can **browse products, compare vendors, build carts, submit orders, and unlock negotiated savings**—all without ever leaving your application.

Sticker handles the procurement rails behind the scenes (catalog management, sourcing logic, multi-vendor fulfillment, GPO discounts, payments routing), while your platform maintains full ownership of the user experience.

***

## What is Sticker?

Sticker provides **embedded procurement infrastructure** for platforms across industries—healthcare, childcare, homebuilding, med-spa, manufacturing, and more.

We offer:

* A **white-label marketplace** that lives *inside* your platform via iframe
* A constantly improving **product and vendor graph** across thousands of SKUs
* **Multi-vendor routing** so your users receive the best prices and fastest delivery
* A **GPO-as-a-Service layer** enabling negotiated discounts for your customer base
* **Organization-level billing** with shared payment methods and shipping locations

Your platform stays the system of record. Sticker powers the commerce underneath.

***

## Key Features

<CardGroup cols={2}>
  <Card title="Embedded Procurement" icon="cart-shopping" iconType="duotone">
    A fully white-label storefront, embedded inside your platform with no redirects
  </Card>

  <Card title="Automatic Provisioning" icon="users" iconType="duotone">
    Seamlessly create organizations and users when customers onboard in your platform
  </Card>

  <Card title="Unified Catalog" icon="boxes-stacked" iconType="duotone">
    Access 10,000+ normalized products across vendors with dynamic sourcing logic
  </Card>

  <Card title="Session Handshake" icon="key" iconType="duotone">
    Secure, tokenized iframe access that keeps users authenticated automatically
  </Card>

  <Card title="Organization Billing" icon="building" iconType="duotone">
    Shared payment methods and shipping locations across your customer's team
  </Card>

  <Card title="Multi-Vendor Fulfillment" icon="truck-fast" iconType="duotone">
    Orders route to the right supplier based on availability, price, and delivery SLAs
  </Card>
</CardGroup>

***

## How It Works

Integrating Sticker takes only two API calls:

1. **Organization Setup** (one-time)
   When a customer enables procurement inside your platform, you provision their organization, users, and shipping locations.

2. **User Handshake** (per session)
   When a user navigates to the procurement module, you request a short-lived session token and embed the iframe.

The result: a secure, seamless, embedded procurement experience.

***

## Integration Overview

```mermaid theme={null}
sequenceDiagram
    participant Partner as Your Platform
    participant Sticker as Sticker API
    participant User as End User
    
    Note over Partner,Sticker: One-Time Setup
    Partner->>Sticker: POST /v1/organizations/setup
    Sticker-->>Partner: Organization + User Created
    
    Note over Partner,User: Every Session
    User->>Partner: Opens Procurement Module
    Partner->>Sticker: POST /v1/partner/handshake
    Sticker-->>Partner: Session Token + iframe URL
    Partner->>User: Load Sticker iframe
```

***

## See It In Action

Here's what the embedded Sticker procurement experience looks like inside a partner platform:

<Frame>
  <img src="https://mintcdn.com/sticker-c03065e9/AHQeizjEYq3MUqKR/sticker-embed-demo.png?fit=max&auto=format&n=AHQeizjEYq3MUqKR&q=85&s=3de4d4da56eec8ed01712c1a9bcf1b75" alt="Sticker Embedded Shop" width="1129" height="719" data-path="sticker-embed-demo.png" />
</Frame>

***

## Ready to Get Started?

Follow our quickstart guide to launch your procurement experience in minutes.

<Card title="Quickstart Guide" icon="rocket" href="/quickstart">
  Step-by-step instructions to integrate Sticker
</Card>

***

## Need Help?

Our team works directly with your developers, product managers, and operations team during integration.

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:suyash@usesticker.com">
    Get direct help from our integration engineers
  </Card>

  <Card title="Schedule a Call" icon="phone" href="https://calendly.com/usesticker/meeting">
    Speak with our solutions architects
  </Card>
</CardGroup>
