DocsSharing & Deploying

Sharing & Deploying your AI assistant

Assuming you have a working version of your AI assistant locally, all you need to do is deploy it to cloud and share it securely.

Create a supergraph build

Heads up, this takes a good 5-6 minutes to run while the connector is provisioned on DDN.

ddn supergraph build create

Open the PromptQL playground

The PromptQL playground opens in your browser.

ddn console

Enter your Anthropic API key. The key will be saved in your DDN project.

Act on your data!

Ask questions about your GitHub repo.

> Who are the most prolific contributors?
> How much time does it take to close an average issue?

Remember, you can always ask additional follow up questions, or provide instructions iteratively to explore and act on your data.

Read more at the PromptQL Guide.

Share your PromptQL app

PromptQL settings

Users with any access level, including “Read only” can access your promptQL app. Read only users cannot modify your project or invite additional users.

You can also choose “Request Access” so that anyone who arrives at the project URL can request access.