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
  • Getting Started
    • Introduction
    • Quickstart
    • Rate limits
  • How-to Guides
    • Import landscapes
    • Create model objects
    • Export objects and relationships
    • Update model descriptions
    • Create landscape versions
    • Invite users
LogoLogo
Sign upLog in
Getting Started

Introduction

Was this page helpful?

Quickstart

Next
Built with

IcePanel is a collaborative diagramming and modelling tool for software architecture.

IcePanel is built around the C4 model.

Our OpenAPI 3.1 spec can be found at api.icepanel.io and imported into Postman.

JSON Schemas for IcePanel data types are available at /v1/schemas/{schemaName}, for example https://api.icepanel.io/v1/schemas/LandscapeImportData. These can be used to validate or generate typed data structures against the IcePanel API.


Quickstart

Make your first API call to IcePanel.

Core Concepts

Learn more about the IcePanel data model.

API Reference

Use the IcePanel REST API to automate workflows and integrate with external tools.