Quickstart
In this example, we’ll walk through IcePanel’s data model by listing landscapes, viewing model objects, and finding their model connections.
Prerequisites
Call the API
Set your API key
Go to Profile settings -> API keys -> Create API key and create a new key.
For future sessions, store it in a ~/.zshrc or ~/.bashrc
Then run source ~/.zshrc (or ~/.bashrc) to apply immediately.
List your organizations
This is the top-level model for access control. Landscapes and users belong to an organization.
Note the id field. This is your organizationId.
List your landscapes
A workspace within an organization (like a repository).
Note the id field. This is your landscapeId.
Next steps
- Create model objects Add new objects to your landscape.
- Core Concepts Learn the IcePanel data model
- API Reference Explore the IcePanel REST API