Create ecosystem
⚠ TABLE NOT LOADED FROM BIGQUERY — Persists to the user-owned
ecosystemstable. No BigQuery source feeds this table.
Create an ecosystem with a name, slug, and a filter expression that scopes every landscape inside it. The slug must be unique and is used in stable URLs (/api/platform/ecosystems/<slug>). Requires the write:ecosystems scope.
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Body
1 - 100^[a-z0-9-]+$1 - 2001Default display currency (ISO 4217) for this ecosystem's API responses. Omit to use the global default (USD). Validated against supported rates.
^[A-Za-z]{3}$"EUR"
GA4 measurement ID for this ecosystem's analytics stream.
^G-[A-Z0-9]+$"G-KQFB2GR3HN"
Response
Created ecosystem