For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign upLog in
Developer GuideCore ConceptsAPI Reference
    • Overview
    • Organizations
    • Landscapes
    • Versions
    • Domains
    • Model Objects
    • Model Connections
    • Diagrams
    • Flows
LogoLogo
Sign upLog in
On this page
  • Related concepts

Organizations

Was this page helpful?
Previous

Landscapes

Next
Built with

An organization is the top-level model in IcePanel. It owns all landscapes, manages billing, and controls who has access.


Every API key and every landscape belongs to exactly one organization. The organizationId is the first path parameter you’ll need for most operations.

GET
/v1/organizations/:organizationId
1curl https://api.icepanel.io/v1/organizations/organizationId \
2 -H "X-API-Key: <apiKey>"
Try it

Related concepts

  • Landscapes
  • Versions