LogoStow
  • Browse
  • Pricing
  • Sell on Stow
  • Blog

Getting Started

  • Introduction

Registry Item Spec

  • Overview
  • Registry Types
  • Preview Media
  • Token Price
  • Subtype
  • Industry
  • Framework
  • UI Libraries

Publishing Items

  • Stow CLI

API

  • Overview
  • Projects
  • Registry Items

API Overview

The Stow API allows you to programmatically manage your team's projects and registry items. All endpoints are available at the following base URL:

https://stow.build/api

Authentication

All API requests require a team API key passed via the x-api-key header. You can find your API key in your team settings dashboard.

curl https://stow.build/api/projects \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json"

If the API key is missing or invalid, the API will return an error response:

StatusErrorCause
400API key is required.The x-api-key header is missing or empty.
401Unauthorized.The API key is invalid.

Request format

All request bodies must be JSON with the Content-Type: application/json header.

Error responses

When a request fails, the API returns a JSON object with an error field describing what went wrong:

{
  "error": "A description of what went wrong."
}

On This Page

AuthenticationRequest formatError responses
Stow LogoStow

The marketplace for premium UI components and blocks. Build faster with ready to use designs.

Company

  • About

Product

  • Pricing
  • Sell on Stow

Resources

  • Blog
  • Creator Documentation

Discover

  • Explore
  • All Products
  • Shadcn
  • React
  • Vue
  • Svelte

© Stow. All rights reserved.

Terms of UsePrivacy Policy
2026