SysModeler — User Manual
Model Search searches across the raw content of all files in a SysModeler project:
This makes it easy to locate, inspect, and modify specific model content within large SysML projects.
SysModeler.ai API keys provide secure, programmatic access to SysML v2 projects and their associated REST APIs from outside the application — no web UI required.
Where you can call it from:
What the REST API exposes: programmatic access to projects, model elements, queries, and other model operations — for automation, integrations, data synchronization, and custom workflows.
Configurable scopes (set per key; grant the least privilege necessary):
| Scope | Grants |
|---|---|
| Read | Retrieve and query project/model information, requirements, and metadata |
| Write | Create, modify, or update project/model data |
Setting up programmatic access:
Caution: A
Write-scoped key can change model data programmatically. Rotate keys periodically, scope them narrowly, and revoke any key that may have leaked.