Northflank

The self-service developer platform that automates and unifies deployment of any workload, on any cloud, at any scale.

20 actions Integration catalog
Request access
Connect Northflank once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create or Update ProjectNORTHFLANK_CREATE_OR_UPDATE_PROJECT
Tool to create a new project or update an existing project in Northflank (upsert operation). Use when you need to ensure a project exists with specific configuration, regardless of whether it's already created.
Create or Update SecretNORTHFLANK_CREATE_OR_UPDATE_SECRET
Tool to create or update a secret group in a Northflank project. Use when you need to store encrypted runtime variables or build arguments that can be inherited by services and jobs.
Create SecretNORTHFLANK_CREATE_SECRET
Tool to create a secret group in a Northflank project. Use when you need to store encrypted environment variables that can be inherited by services and jobs.
Delete ProjectNORTHFLANK_DELETE_PROJECT
Tool to permanently delete a Northflank project and all associated resources. Use when you need to remove a project including all builds, deployments, jobs, addons, secret groups, and configurations.
Get DNS IDNORTHFLANK_GET_DNS_ID
Tool to retrieve the DNS identifier for the authenticated account. Use when you need to get the DNS ID used for generating DNS entries for services and domains.
Get ProjectNORTHFLANK_GET_PROJECT
Tool to retrieve detailed information about a specific Northflank project. Use when you need to get project configuration, region, networking settings, or metadata.
Get SecretNORTHFLANK_GET_SECRET
Tool to retrieve a secret from a Northflank project including its contents. Use when you need to view the actual secret values and metadata for a specific secret.
Get Secret DetailsNORTHFLANK_GET_SECRET_DETAILS
Tool to view a secret with details about its linked addons from a Northflank project. Use when you need to understand addon dependencies and detailed metadata for a specific secret.
List Addon TypesNORTHFLANK_LIST_ADDON_TYPES
Tool to retrieve information about available addon types in Northflank. Use when you need to understand what addon types are supported and their features.
List Cloud Provider Node TypesNORTHFLANK_LIST_CLOUD_PROVIDER_NODE_TYPES
Tool to retrieve supported cloud provider node types available on Northflank. Use when you need to see available node types across various cloud providers including AWS, GCP, Azure, Civo, Oracle Cloud, and CoreWeave.
List Cloud Provider RegionsNORTHFLANK_LIST_CLOUD_PROVIDER_REGIONS
Tool to retrieve supported cloud provider regions available on Northflank. Use when you need to see available regions across various cloud providers including AWS, GCP, Azure, Civo, Oracle Cloud, and CoreWeave.
List PipelinesNORTHFLANK_LIST_PIPELINES
Tool to list all pipelines for a Northflank project. Use when you need to retrieve all pipelines configured in a project.
List PlansNORTHFLANK_LIST_PLANS
Tool to retrieve available billing/resource plans in Northflank. Use when you need to see available plan options and their specifications.
List ProjectsNORTHFLANK_LIST_PROJECTS
Tool to list all projects in your Northflank team with pagination support. Use when you need to retrieve projects for the authenticated user or team.
List RegionsNORTHFLANK_LIST_REGIONS
Tool to retrieve available project regions in Northflank. Use when you need to see which geographic regions are available for deploying projects and resources.
List SecretsNORTHFLANK_LIST_SECRETS
Tool to list all secrets belonging to a Northflank project. Use when you need to retrieve secret groups configured in a project. Supports cursor-based pagination with default 50 results per page.
List ServicesNORTHFLANK_LIST_SERVICES
Tool to list all services belonging to a Northflank project. Use when you need to retrieve services configured in a project. Supports cursor-based pagination with 50 results per page.
Patch SecretNORTHFLANK_PATCH_SECRET
Tool to partially update a secret group in a Northflank project. Use when you need to modify specific properties of an existing secret without providing all fields.
Update ProjectNORTHFLANK_UPDATE_PROJECT
Tool to update a project in Northflank. Use when you need to modify project settings such as description, color, or advanced networking configuration.
Update SecretNORTHFLANK_UPDATE_SECRET
Tool to update a secret in a Northflank project. Use when you need to modify existing secret variables or add new variables to an existing secret.