Encore Infrastructure API

Encore's Infrastructure from Code API lets developers declare cloud infrastructure resources — PostgreSQL databases, Pub/Sub topics and subscriptions, object storage buckets, cron jobs, caches, and secrets — as typed code primitives inside their backend. Encore parses these declarations to provision matching infrastructure locally (Docker-free) for development and on AWS or GCP in production via Encore Cloud, without Terraform, YAML, or manual wiring.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/encore-infrastructure-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: encore-dev:encore-infrastructure-api
name: Encore Infrastructure API
tags:
- Backend
- Infrastructure
- Databases
- Pub-Sub
- Caching
- Object Storage
- Cron
- Secrets
tags_raw:
- Backend
- Infrastructure
- Databases
- PubSub
- Caching
- ObjectStorage
- Cron
- Secrets
humanURL: https://encore.dev/docs/ts/primitives
properties:
- url: https://encore.dev/docs/ts/primitives
  type: Documentation
- url: https://encore.dev/docs/ts/primitives/databases
  type: Documentation
- url: https://encore.dev/docs/ts/primitives/pubsub
  type: Documentation
- url: https://encore.dev/docs/ts/primitives/cron-jobs
  type: Documentation
- url: https://encore.dev/docs/ts/primitives/object-storage
  type: Documentation
- url: https://encore.dev/docs/ts/primitives/secrets
  type: Documentation
- url: json-schema/encore-infrastructure-resource-schema.json
  type: JSONSchema
description: Encore's Infrastructure from Code API lets developers declare cloud infrastructure resources
  — PostgreSQL databases, Pub/Sub topics and subscriptions, object storage buckets, cron jobs, caches,
  and secrets — as typed code primitives inside their backend. Encore parses these declarations to provision
  matching infrastructure locally (Docker-free) for development and on AWS or GCP in production via Encore
  Cloud, without Terraform, YAML, or manual wiring.