Northflank API

A developer-focused container hosting platform and PaaS with a full REST API for programmatically managing services, deployments, databases, cron jobs, and build pipelines.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Developer Tools northflank containers kubernetes paas deployment ci-cd databases cron-jobs rest-api devops
⚙ Agent Friendliness
62
/ 100
Can an agent use this?
🔒 Security
87
/ 100
Is it safe for agents?
⚡ Reliability
80
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
85
Error Messages
80
Auth Simplicity
88
Rate Limits
78

🔒 Security

TLS Enforcement
100
Auth Strength
85
Scope Granularity
82
Dep. Hygiene
80
Secret Handling
85

TLS enforced on all endpoints. API tokens are project-scoped and can be restricted by permission level. Secrets management for environment variables is provided natively. SOC 2 Type II certified. Webhook payloads include HMAC-SHA256 signatures.

⚡ Reliability

Uptime/SLA
82
Version Stability
80
Breaking Changes
78
Error Recovery
80
AF Security Reliability

Best When

An agent needs to fully automate the deployment lifecycle of containerized applications — from build to production — via a well-documented REST API without managing raw Kubernetes.

Avoid When

Your workload is purely serverless functions, or you need hyperscaler-level compliance certifications out of the box.

Use Cases

  • Agents that provision and manage containerized services programmatically — creating, scaling, and deleting workloads via API
  • CI/CD pipelines where an agent triggers builds, monitors deployment health, and rolls back on failure
  • Spinning up ephemeral preview environments for pull requests with automatic teardown via API calls
  • Managing addon databases (PostgreSQL, Redis, MongoDB) alongside application services from a single control plane
  • Scheduling and monitoring cron jobs with full observability through the Northflank API

Not For

  • Massive Kubernetes clusters requiring enterprise-grade multi-tenant isolation — EKS/GKE are more appropriate at scale
  • Serverless/functions-only workloads — Northflank is container-oriented, not function-as-a-service
  • Teams that need a free-forever hosting tier — Northflank has a free developer plan but production workloads require paid plans

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
Yes

Authentication

Methods: api_key bearer_token
OAuth: No Scopes: Yes

Authentication via API tokens created in the Northflank dashboard. Tokens can be scoped to specific projects and permission levels. Service account tokens recommended for CI/CD and agent use. No OAuth flow for third-party apps.

Pricing

Model: subscription
Free tier: Yes
Requires CC: Yes

Free tier available for individual developers with limited resources. Production workloads require a paid plan. Compute is billed per vCPU-hour and memory-GB-hour.

Agent Metadata

Pagination
cursor
Idempotent
Partial
Retry Guidance
Documented

Known Gotchas

  • Resource creation is not idempotent — agents must query existing resources before creating to avoid duplicates
  • Deployment triggers are asynchronous — agents must poll deployment status endpoints rather than assuming immediate availability
  • Service names must be globally unique within a project — agents using dynamic names must check for collisions
  • Build pipelines have distinct IDs from deployment services — agents often confuse build IDs with service IDs in status queries
  • Webhook payloads require HMAC signature verification — agents receiving Northflank webhooks must implement signature validation

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Northflank API.

$99

Scores are editorial opinions as of 2026-03-06.

5215
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered