← All integrations

Northflank

Northflank integration (Developer Tools). Imported from open-connector.

API key4 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
northflank_list_projects
List Northflank projects available to the authenticated token.

/v1/projects

3 parameters
ParamTypeRequiredDescription
per_pageintegeroptionalThe number of results to display per request. Maximum of 100.
pageintegeroptionalThe page number to access.
cursorstringoptionalThe cursor returned from the previous page of results.
GET
northflank_get_project
Retrieve details for a Northflank project.

/v1/projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredID of the project.
GET
northflank_list_services
List Northflank services in a project.

/v1/projects/{projectId}/services

4 parameters
ParamTypeRequiredDescription
projectIdstringrequiredID of the project.
per_pageintegeroptionalThe number of results to display per request. Maximum of 100.
pageintegeroptionalThe page number to access.
cursorstringoptionalThe cursor returned from the previous page of results.
GET
northflank_get_service
Retrieve details for a Northflank service.

/v1/projects/{projectId}/services/{serviceId}

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredID of the project.
serviceIdstringrequiredID of the service.
Request private-beta access