SST

SST is an open source TypeScript framework for building full-stack applications on your own infrastructure. Originally known as Serverless Stack, it now ships as a single `sst.config.ts` file that uses Pulumi and Terraform providers under the hood to deploy components across AWS, Cloudflare, and 150+ other providers. SST covers Lambda functions, containers, queues, buckets, databases, cron jobs, and front-end frameworks like Next.js, Remix, Astro, and SvelteKit, with resource linking that wires components together without hardcoded ARNs. SST Console adds a hosted dashboard for logs, issues, deployments, and autodeploy from Git.

SST publishes 2 APIs on the APIs.io network. Tagged areas include Serverless, Infrastructure as Code, Cloudflare, TypeScript, and Full-Stack.

SST’s developer surface includes documentation, engineering blog, YouTube channel, tutorials, code examples, and 13 more developer resources.

8.8/100 minimal ▬ flat Agent 2/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
2 APIs 18 Features
ServerlessInfrastructure as CodeCloudflareTypeScriptFull-StackFunctionsContainersOpen SourceFramework

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 8.8/100 · minimal
Contract Quality 0.0 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 5.9 / 10
Agent readiness — 2/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sst-dev: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

SST Framework

The SST framework is an open source CLI and component library distributed via npm (`sst`) and as a Go-based CLI. Developers describe their full-stack application in a single `ss...

SST Console

SST Console is a hosted SaaS dashboard at console.sst.dev that connects to SST apps deployed to AWS. It surfaces CloudWatch logs, real-time issue detection for Node.js Lambdas a...

Features 18

Notable capabilities this provider offers.

Single `sst.config.ts` declarative configuration for full-stack applications
Built on Pulumi and Terraform providers (150+ supported providers)
First-class AWS support — Lambda, Containers (ECS/Fargate), S3, SQS, SNS, EventBridge, DynamoDB, Postgres, VPC, Router, EFS, Workflow
First-class Cloudflare support — Workers, R2, KV, D1, DNS
Front-end framework components — Next.js, Remix, Astro, SvelteKit, SolidStart, React Router, Static Site
Resource linking with typed SDK access at runtime — no hardcoded ARNs
`sst dev` live mode with Lambda live tunneling and VPC tunneling
Stage-based deployment model (`sst deploy --stage `) with personal vs production stages
Encrypted secrets management via `sst secret`
SST Console — logs, issues, updates, autodeploy from GitHub branches & PRs
Console issue detection for Node.js Lambdas and containers with source maps
Per-update permalinks showing input/output diffs and build logs
Autodeploy configured in `sst.config.ts` for branch and pull-request workflows
Local `sst dev` logs streamed into the Console
Open source MIT-licensed framework (sst/sst, sst/console)
Sibling open source projects from Anomaly Innovations — OpenAuth, OpenCode, OpenControl, models.dev
Cross-platform CLI — macOS, Linux, Windows (beta) via npm, Homebrew, Scoop
Telemetry opt-out via `sst telemetry disable`

Scroll for all 18

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sst Dev Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Build 8

SDKs, sample code, and the tooling you integrate with

Scroll for all 8

Access & Security 1

Authentication, authorization, and security posture

Learn 2

Tutorials, courses, talks, and written guidance

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: sst-dev
name: SST
description: SST is an open source TypeScript framework for building full-stack applications on your own infrastructure. Originally
  known as Serverless Stack, it now ships as a single `sst.config.ts` file that uses Pulumi and Terraform providers under
  the hood to deploy components across AWS, Cloudflare, and 150+ other providers. SST covers Lambda functions, containers,
  queues, buckets, databases, cron jobs, and front-end frameworks like Next.js, Remix, Astro, and SvelteKit, with resource
  linking that wires components together without hardcoded ARNs. SST Console adds a hosted dashboard for logs, issues, deployments,
  and autodeploy from Git.
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://sst.dev/favicon.svg
type: Index
position: Consumer
access: Open Source
tags:
- Serverless
- Infrastructure as Code
- AWS
- Cloudflare
- TypeScript
- Full-Stack
- Functions
- Containers
- Open Source
- Framework
created: '2026-05-25'
modified: '2026-05-25'
url: https://raw.githubusercontent.com/api-evangelist/sst-dev/refs/heads/main/apis.yml
specificationVersion: '0.20'
apis:
- aid: sst-dev:sst-framework
  name: SST Framework
  description: The SST framework is an open source CLI and component library distributed via npm (`sst`) and as a Go-based
    CLI. Developers describe their full-stack application in a single `sst.config.ts` file using SST components (e.g. `sst.aws.Function`,
    `sst.aws.Bucket`, `sst.aws.Nextjs`, `sst.cloudflare.Worker`) plus any of the 150+ Pulumi/Terraform providers. The CLI
    (`sst init`, `sst dev`, `sst deploy`, `sst diff`, `sst remove`, `sst secret`, `sst shell`, `sst tunnel`, `sst refresh`,
    `sst state`) drives local development with live Lambda tunneling and production deployment with stage namespacing. The
    SDK exposes linked resources at runtime so app code never hardcodes infrastructure identifiers.
  humanURL: https://sst.dev/docs
  tags:
  - Framework
  - CLI
  - Components
  - TypeScript
  - Serverless
  properties:
  - type: Documentation
    url: https://sst.dev/docs
  - type: GettingStarted
    url: https://sst.dev/docs/start
  - type: Tutorial
    url: https://sst.dev/docs/learn
  - type: GitHub
    url: https://github.com/sst/sst
  - type: ChangeLog
    url: https://github.com/sst/sst/releases
  - type: CLI
    url: https://sst.dev/docs/reference/cli
  - type: SDKs
    url: https://sst.dev/docs/reference/sdk
  - type: Components
    url: https://sst.dev/docs/all-providers
  - type: Examples
    url: https://sst.dev/docs/examples
  - type: License
    url: https://github.com/sst/sst/blob/dev/LICENSE
- aid: sst-dev:sst-console
  name: SST Console
  description: SST Console is a hosted SaaS dashboard at console.sst.dev that connects to SST apps deployed to AWS. It surfaces
    CloudWatch logs, real-time issue detection for Node.js Lambdas and containers (with source maps and Slack/email alerts),
    per-update permalinks showing resource diffs and build logs, autodeploy from GitHub branches and pull requests, live `sst
    dev` session logs, and full resource visibility. The Console only supports apps deployed to AWS today. Personal stages
    are free; production-tier workspaces above 350 active resources are billed per resource per month.
  humanURL: https://sst.dev/docs/console
  tags:
  - Console
  - Dashboard
  - Monitoring
  - Logs
  - Deployments
  - Autodeploy
  properties:
  - type: Documentation
    url: https://sst.dev/docs/console
  - type: Portal
    url: https://console.sst.dev
  - type: Signup
    url: https://console.sst.dev
  - type: Pricing
    url: https://sst.dev/docs/console#pricing
  - type: Documentation
    name: Autodeploy
    url: https://sst.dev/docs/console#autodeploy
  - type: Documentation
    name: Issues
    url: https://sst.dev/docs/console#issues
  - type: GitHubRepo
    url: https://github.com/sst/console
common:
- type: DomainSecurity
  url: security/sst-dev-domain-security.yml
- type: Website
  url: https://sst.dev
- type: Documentation
  url: https://sst.dev/docs
- type: GitHubOrganization
  url: https://github.com/sst
- type: GitHubRepo
  name: SST Framework
  url: https://github.com/sst/sst
- type: GitHubRepo
  name: SST Console
  url: https://github.com/sst/console
- type: GitHubRepo
  name: OpenAuth
  url: https://github.com/sst/openauth
- type: GitHubRepo
  name: OpenCode
  url: https://github.com/sst/opencode
- type: GitHubRepo
  name: OpenControl
  url: https://github.com/sst/opencontrol
- type: Blog
  url: https://sst.dev/blog
- type: Discord
  url: https://sst.dev/discord
- type: Twitter
  url: https://twitter.com/SST_dev
- type: YouTube
  url: https://www.youtube.com/c/sst-dev
- type: Tutorial
  name: Guide
  url: https://guide.sst.dev
- type: Examples
  url: https://sst.dev/docs/examples
- type: NPM
  name: npm package
  url: https://www.npmjs.com/package/sst
- type: HomebrewTap
  url: https://github.com/sst/homebrew-tap
- type: License
  name: MIT
  url: https://github.com/sst/sst/blob/dev/LICENSE
- type: Features
  data:
  - Single `sst.config.ts` declarative configuration for full-stack applications
  - Built on Pulumi and Terraform providers (150+ supported providers)
  - First-class AWS support — Lambda, Containers (ECS/Fargate), S3, SQS, SNS, EventBridge, DynamoDB, Postgres, VPC, Router,
    EFS, Workflow
  - First-class Cloudflare support — Workers, R2, KV, D1, DNS
  - Front-end framework components — Next.js, Remix, Astro, SvelteKit, SolidStart, React Router, Static Site
  - Resource linking with typed SDK access at runtime — no hardcoded ARNs
  - '`sst dev` live mode with Lambda live tunneling and VPC tunneling'
  - Stage-based deployment model (`sst deploy --stage <name>`) with personal vs production stages
  - Encrypted secrets management via `sst secret`
  - SST Console — logs, issues, updates, autodeploy from GitHub branches & PRs
  - Console issue detection for Node.js Lambdas and containers with source maps
  - Per-update permalinks showing input/output diffs and build logs
  - Autodeploy configured in `sst.config.ts` for branch and pull-request workflows
  - Local `sst dev` logs streamed into the Console
  - Open source MIT-licensed framework (sst/sst, sst/console)
  - Sibling open source projects from Anomaly Innovations — OpenAuth, OpenCode, OpenControl, models.dev
  - Cross-platform CLI — macOS, Linux, Windows (beta) via npm, Homebrew, Scoop
  - Telemetry opt-out via `sst telemetry disable`
  sources:
  - https://sst.dev/docs
  - https://sst.dev/docs/console
  - https://github.com/sst/sst
maintainers:
- FN: Kin Lane
  email: info@apievangelist.com
  X: apievangelist
  url: https://apievangelist.com