What You Can Do
With the Network Simulation API, you can:- Create Workspaces - Organize your simulations into logical workspaces
- Configure Simulations - Define network topologies, components, and parameters
- Run Simulations - Execute simulations and monitor their progress
- Retrieve Results - Access simulation outputs, logs, and metrics
- Manage Resources - Upload traces, manage templates, and explore available models
API Overview
The API follows RESTful conventions and uses JSON for request and response bodies. All endpoints require bearer token authentication.Base URL
Content Type
All requests and responses useapplication/json content type.
Versioning
The API is versioned via the URL path (/api/v1/). Breaking changes will be introduced in new major versions.
Quick Example
Here’s a simple example of listing your workspaces:Next Steps
- Review the Authentication documentation to obtain an API token
- Follow the Quickstart guide to run your first simulation
- Explore the API Reference for detailed endpoint documentation