Skip to main content
1

Paste your API docs URL

Go to instantcli.com and enter the URL of your API documentation. InstantCLI supports all formats, including OpenAPI/Swagger specs.
2

Review and approve

Review the generated plan and approve. We’ll generate your CLI, binaries, and source code.
3

Install and use your CLI

Copy the install command from your dashboard and run it:
curl -fsSL get.instantcli.com/your-slug/install.sh | sh
Your CLI is ready to use. Run your-cli --help to see available commands.

Next steps