Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

May 12, 2026

Slack integration

The Nuon Slack app is now available. Connect a workspace from your org’s Slack page in the dashboard, then run /nuon subscribe in any channel to route install, workflow, approval, and drift events into Slack.
Subscribe a channel modal
See the Slack guide for the full walkthrough — workspace linking, channel subscriptions, slash commands, and how events render in threads.

Webhooks

Org-scoped Webhooks are now available. Nuon now POSTs workflow and workflow step lifecycle events to any HTTPS endpoint you register on your Org. Manage webhooks from your org’s Webhooks page in the dashboard or from the CLI:
# List webhooks for the current Org
nuon orgs webhooks list

# Create a webhook (URL is required, secret is optional)
nuon orgs webhooks create --url https://example.com/webhooks/nuon --secret <shared-secret>

# Update a webhook's subscription scope and event filter
nuon orgs webhooks update --webhook-id <webhook_id> --subscription-file ./subscription.json
Each webhook supports an interests filter that narrows down which events get delivered, and a match predicate that scopes deliveries to specific installs, components, or actions.

Terraform Stack template for AWS

You can now provision Stacks for AWS installs using Terraform. aws await install stack screenshot Cloudformation is still supported, and you can choose either option when creating an install. The Terraform template will create the same resources as the Cloudformation template, and the resulting Stack will function exactly the same. The template is open source and can be found in the nuonco/install-stacks repo. If you use custom nested stacks in the Cloudformation template, you can customize the Terraform template by forking the repo, just like you would for any other Terraform module. Read the Customizing Terraform Stack Templates guide for more details.

Also in this release

  • AWS install stacks now use IID-based runner auth by default.
  • Workflow timeouts apply at every stage of execution.
  • Dashboard refinements across policy reports, install navigation, and the trace viewer.