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

Anthropicintermediate

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.

anthropicclaudellmai
Auth0intermediate

Auth0 Application (Client) Config

An Auth0 application/client configuration export — callback URLs, grant types, token settings and JWT config — for a regular web app.

auth0oauthoidcauthentication
AWSbeginner

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.

iamawssecuritypolicy
AWSbeginner

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.

lambdaawss3event
AWSintermediate

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.

s3awsbucket-policysecurity
Azureintermediate

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.

azurearmiacstorage
Dockerintermediate

Docker daemon.json (Production)

A production-minded Docker daemon.json with log rotation, the overlay2 storage driver, live-restore and sane concurrency limits.

dockerdevopsdaemonlogging
Elasticsearchintermediate

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.

elasticsearchsearchquery-dsldatabase
Firebaseintermediate

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.

firebasehostingfirestoreconfig
Google Cloudintermediate

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.

gcpiamsecuritypolicy
GitHub Actionsbeginner

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.

github-actionscicdworkflow
Jenkinsintermediate

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.

jenkinscicdpipeline
Keycloakadvanced

Keycloak Realm Export

A trimmed Keycloak realm export with a client, token lifetimes and password policy — the shape you import to bootstrap a realm.

keycloakoidcssoauthentication
Kubernetesadvanced

Kubernetes Deployment (JSON)

A Kubernetes Deployment manifest in JSON with replicas, a rolling-update strategy, resource limits, probes and a security context — production defaults.

kubernetesk8sdeploymentdevops
MongoDBadvanced

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.

mongodbschemavalidationjsonschema
OpenAIbeginner

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.

openaigptllmai
OpenAPIintermediate

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.

openapiswaggerrestapi
Postmanbeginner

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.

postmanapicollectionhttp
Terraformadvanced

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.

terraformiacdevopshcl
VS Codebeginner

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.

vscodeidesettingsprettier