Commands  ›   ›  Startup

Startup

writes to model Public API · not yet exposed

Coming soon

Before you run this

Revit is running and the Adelphos add-in is loaded.

After it runs

The ImportSettingsView dialog is displayed modally. User configures settings or cancels.

When to use this

Don't use this when

Not for autonomous AI execution. This command requires interactive Revit UI input (dialogs, picks, or manual confirmation). Use specific import commands instead for AI-driven workflows.

What you'll see in the chat

on start
Opening import settings dialog...
thinking
Loading import settings view...
on success
Import settings dialog opened.
on failure
Could not open settings dialog: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/startup
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

startup · import settings · settings dialog · configure import

Pillar