# Northflank

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

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 20
- **Triggers:** 0
- **Slug:** `NORTHFLANK`
- **Version:** 20260429_00

## Tools

### Create or Update Project

**Slug:** `NORTHFLANK_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 Secret

**Slug:** `NORTHFLANK_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 Secret

**Slug:** `NORTHFLANK_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 Project

**Slug:** `NORTHFLANK_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 ID

**Slug:** `NORTHFLANK_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 Project

**Slug:** `NORTHFLANK_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 Secret

**Slug:** `NORTHFLANK_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 Details

**Slug:** `NORTHFLANK_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 Types

**Slug:** `NORTHFLANK_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 Types

**Slug:** `NORTHFLANK_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 Regions

**Slug:** `NORTHFLANK_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 Pipelines

**Slug:** `NORTHFLANK_LIST_PIPELINES`

Tool to list all pipelines for a Northflank project. Use when you need to retrieve all pipelines configured in a project.

### List Plans

**Slug:** `NORTHFLANK_LIST_PLANS`

Tool to retrieve available billing/resource plans in Northflank. Use when you need to see available plan options and their specifications.

### List Projects

**Slug:** `NORTHFLANK_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 Regions

**Slug:** `NORTHFLANK_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 Secrets

**Slug:** `NORTHFLANK_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 Services

**Slug:** `NORTHFLANK_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 Secret

**Slug:** `NORTHFLANK_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 Project

**Slug:** `NORTHFLANK_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 Secret

**Slug:** `NORTHFLANK_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.
