Organization
Sign Up
Create a new organization and get your API key.
POST
This is the starting point for using Chowder. Create an organization and you’ll receive an org-level API key (Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
chd_org_*) that grants full access to everything under that org.
No authentication is required for this endpoint — it’s how you get your first key.
Request Body
The name for your organization. Must be between 1 and 128 characters.
Response
Returns201 Created with the new organization and your API key.
The created organization.
Your org-level API key, prefixed with
chd_org_. Use this as a Bearer token for all subsequent requests.