docs(providers): document owner_signup_limit on Provider - #249
Merged
Merged
Conversation
Published by GET /v0/providers and GET /v0/providers/{provider_id}
(agentmail-api #1315): the provider's cap on accounts one organization
may sign up at it. Omitted = no limit, 0 = new sign-ups paused.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
📋 View the side-by-side API change reviewThe link expires in 7 days. 🔒 Your API specs are encrypted in CI before they're uploaded. The decryption key stays in this link's URL fragment (after the #), which browsers never send to a server, so oasdiff cannot read your specs. How it works → Posted automatically by the oasdiff GitHub Action. To turn this off (no spec upload, no comment), set |
✨ API Changes# API Changelog n/a vs. n/a
## API Changes
### GET /v0/providers
- added the optional property `providers/items/owner_signup_limit` to the response with the `200` status
### GET /v0/providers/search
- added the optional property `providers/items/owner_signup_limit` to the response with the `200` status
### GET /v0/providers/{provider_id}
- added the optional property `owner_signup_limit` to the response with the `200` status
### GET /v0/providers/{provider_id}/accounts
- added the optional property `provider/owner_signup_limit` to the response with the `200` status💡 Download |
duharry0915
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the
owner_signup_limitfield thatGET /v0/providersandGET /v0/providers/{provider_id}publish for listed providers, shipped in agentmail-to/agentmail-api#1315.owner_signup_limit(optional integer): the provider's cap on how many accounts the caller's organization may sign up at it.0means the provider has paused new sign-ups while existing accounts keep signing in.Updated in both the Fern definition (
providers.yml) and the OpenAPI export, in step, as prior provider/API-key docs commits did.🤖 Generated with Claude Code