Configuration Templates
Real-world JSON configurations across cloud, DevOps, auth, APIs, AI and databases. Open any one in the AI Workspace to explain, customize, validate and download it.
20 templates
Anthropic Messages API Request
A request body for the Anthropic Messages API (POST /v1/messages) with adaptive thinking, a system prompt, tools and a multi-turn conversation.
Auth0 Application (Client) Config
An Auth0 application/client configuration export — callback URLs, grant types, token settings and JWT config — for a regular web app.
AWS IAM Read-only Policy
A least-privilege IAM policy granting read-only access to S3 and CloudWatch logs — a safe starting point for auditors, dashboards and monitoring roles.
AWS Lambda S3 Event Payload
The exact event JSON AWS Lambda receives when an object is created in S3 — invaluable for writing and unit-testing handlers locally.
AWS S3 Bucket Policy — Secure Public Read
An S3 bucket policy that allows public read of static assets while forcing HTTPS and blocking every other action — a common CDN/origin setup.
Azure ARM Template — Storage Account
An Azure Resource Manager (ARM) deployment template that provisions a storage account with parameters, variables and outputs — the canonical ARM structure.
Docker daemon.json (Production)
A production-minded Docker daemon.json with log rotation, the overlay2 storage driver, live-restore and sane concurrency limits.
Elasticsearch bool Query
An Elasticsearch Query DSL request combining full-text match, a term filter and a date range, with sorting and pagination — the everyday search shape.
Firebase Project Config (firebase.json)
A firebase.json wiring up Hosting with SPA rewrites and cache headers, plus Firestore and emulator settings — a typical web-app deploy config.
GCP IAM Policy Binding
A Google Cloud IAM policy binding JSON granting a role to members, with an etag for safe concurrent updates — the shape returned by getIamPolicy.
GitHub Actions CI Workflow (JSON view)
A GitHub Actions CI workflow — checkout, setup, install, test — expressed as JSON for programmatic editing before converting back to workflow YAML.
Jenkins Pipeline Definition (JSON)
A JSON description of a Jenkins CI pipeline — parameters, ordered stages and steps — for tools that generate Jenkinsfiles from structured data.
Keycloak Realm Export
A trimmed Keycloak realm export with a client, token lifetimes and password policy — the shape you import to bootstrap a realm.
Kubernetes Deployment (JSON)
A Kubernetes Deployment manifest in JSON with replicas, a rolling-update strategy, resource limits, probes and a security context — production defaults.
MongoDB $jsonSchema Validation
A MongoDB collection validator using $jsonSchema to enforce required fields, types and enums on a users collection — schema safety without an ORM.
OpenAI Chat Completions Request
A request body for the OpenAI Chat Completions API with a system message, a multi-turn conversation and a tool (function) definition.
OpenAPI 3.1 Specification (Starter)
A minimal but complete OpenAPI 3.1 document with one CRUD resource, reusable schemas and an API-key security scheme — a clean base for any REST API.
Postman Collection (v2.1)
A Postman Collection v2.1 with a variable-driven base URL, bearer auth and two example requests — ready to import and run.
Terraform Configuration (JSON syntax)
A Terraform config in the native JSON syntax (.tf.json) — provider, variable, resource and output — for tooling that generates Terraform programmatically.
VS Code settings.json (Team Baseline)
A shared VS Code settings.json enforcing format-on-save, Prettier, consistent tabs and sensible editor defaults across a team.