Access Points
The SDK is not a single application but a platform accessible through multiple interfaces. Each interface connects to the same underlying pipeline — the same agent swarm, the same knowledge engine, the same security analysis. The difference lies in the interaction model: some developers prefer the immediacy of a command line, others the visual feedback of an IDE, and some systems require programmatic access through an API.
VS Code Extension
Web IDE
CLI
REST API
All four interfaces share the same authentication, the same project configuration, and the same pipeline state. A project started in the web IDE can be continued from the CLI without reconfiguring anything.