The fastest way to try director is to use the install script. This will download the dependencies, run the latest version of director and open up the studio in your browser:
If you’d like to set up director without going through the UI, you can do so via the CLI. If you’d like to see a more detailed example, you can check out the CLI Reference.
Copy
Ask AI
npm install -g @director.run/clidirector serve # start the gatewaydirector create my-first-proxy # create a proxydirector add fetch --target=my-first-proxy # add the fetch server to the proxydirector connect my-first-proxy --target=claude # connect the proxy to Claudedirector connect my-first-proxy --target=cursor # connect the proxy to Cursordirector connect my-first-proxy # print the manual connection details