Home/Glossary

Developer Portal Glossary: Key Terms and Definitions

27 terms covering developer portals, internal developer platforms, API management, platform engineering, and related concepts. Each term links to the relevant page on this site.

API Catalog

Related page

A searchable registry of all available APIs with metadata (owner, version, status, SLA, docs link). Enables developers to discover and evaluate APIs before integration. Central feature of most developer portals.

API Gateway

Related page

Infrastructure layer that sits between API consumers and backend services. Handles routing, authentication, rate limiting, and analytics. Many gateways include a developer portal module.

API Management Platform

Related page

A comprehensive platform for managing API lifecycle including gateway, security, analytics, and developer portal. Examples: Azure API Management, Kong Konnect, Tyk, Google Apigee.

Backstage

Related page

Open-source developer portal framework originally built by Spotify and donated to the CNCF in 2020. Provides a plugin-based architecture for building custom developer portals. Free to use but requires significant engineering investment.

Cloud Native Computing Foundation. Hosts open-source projects including Kubernetes, Backstage, Prometheus, and ArgoCD. Backstage reached CNCF Incubation status.

Developer Experience (DX)

Related page

The overall experience developers have when interacting with your APIs, tools, and documentation. Good DX reduces friction, speeds up onboarding, and increases adoption. Developer portals are a core DX investment.

Developer Portal

Related page

A centralised web application that serves as the single front door for developers to discover, learn, and consume APIs and internal services. Can be internal (for your own engineers) or external (for API consumers).

DORA Metrics

Related page

Four key metrics from the DevOps Research and Assessment team: deployment frequency, lead time for changes, change failure rate, and time to restore service. Developer portals positively impact all four.

Full-Time Equivalent. One FTE equals one full-time employee's workload. Backstage maintenance typically requires 0.5 to 2 FTE of platform engineering time.

Golden Path

Related page

A pre-configured, opinionated template for creating new services, applications, or infrastructure. Provides a recommended way to do things without restricting alternatives. Reduces new service setup from days to minutes.

IDP (Internal Developer Platform)

Related page

A self-service platform that enables developers to provision infrastructure, deploy services, and manage the development lifecycle without tickets. The developer portal is the UI layer of an IDP.

Internal Developer Portal

Related page

A developer portal focused on internal engineering teams. Provides service catalog, golden path templates, onboarding guides, and self-service actions. Distinguished from external API portals.

Managed Backstage

Related page

A hosted, managed version of Backstage provided by a vendor (notably Roadie at $22/developer/month). Removes the infrastructure and upgrade burden of self-hosting while keeping the Backstage plugin ecosystem.

OpenAPI Specification

Related page

A standard format for describing REST APIs (formerly Swagger). Used by developer portals to auto-generate documentation, API consoles, and code samples.

Platform Engineering

Related page

The discipline of designing and building internal platforms that enable developer self-service. Developer portals are a core component of platform engineering. Industry research shows 185 to 220% ROI from platform engineering investments.

Plugin (Backstage)

Related page

A modular extension for Backstage that adds functionality (CI/CD integration, monitoring, security scanning, etc.). Backstage has 100+ community plugins. Custom plugins cost $15K each to develop.

Role-Based Access Control. Security feature that restricts portal access and actions based on user roles. Required for enterprise portals with multiple teams and sensitivity levels.

Sandbox Environment

Related page

A dedicated test environment with production-like behaviour and synthetic data. Enables developers to test integrations without affecting production. Key growth feature for developer portals.

Scorecard

Related page

A maturity assessment framework within a developer portal that tracks service quality metrics (documentation completeness, test coverage, security compliance). Available in Port, Cortex, and OpsLevel.

Self-Service Actions

Related page

Portal features that allow developers to perform operations (create a new service, provision infrastructure, request access) without filing tickets or waiting for approvals.

Service Catalog

Related page

A registry of all microservices, libraries, and infrastructure components in an organisation. Includes ownership, dependencies, documentation links, and health status. Core feature of internal developer portals.

Software Template

Related page

A pre-built project template in Backstage that scaffolds new services with CI/CD, monitoring, documentation, and deployment configuration. Similar to golden paths.

Service Organisation Control 2. A compliance framework for data security. Enterprise buyers require SOC 2 Type II certification from their developer portal vendor. Custom-built portals need separate SOC 2 audit.

SPACE Framework

Related page

A framework for measuring developer productivity across five dimensions: Satisfaction, Performance, Activity, Communication, and Efficiency. Useful for measuring developer portal impact.

SSO (Single Sign-On)

Related page

Authentication mechanism that allows developers to log in to the portal using their corporate identity (Okta, Entra, Google Workspace). Enterprise requirement. Adds $10K to $20K to build cost per identity provider.

TCO (Total Cost of Ownership)

Related page

The complete cost of a technology investment over its lifetime, including initial purchase or build, implementation, training, maintenance, and eventual migration. TCO over 3 years is the standard comparison period for developer portals.

TTFAC (Time-to-First-API-Call)

Related page

The key metric for external developer portals. Measures the time from a developer's first visit to their first successful API call. Best-in-class portals (Stripe, Twilio) achieve under 30 minutes.