Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.specific.dev/llms.txt

Use this file to discover all available pages before exploring further.

When your coding agent defines storage blocks in specific.hcl, Specific automatically provisions S3-compatible object storage with buckets auto-created.
storage "uploads" {}
  • Credentials are auto-injected into services that reference the storage bucket
  • Uses the standard AWS S3 SDK interface — the same code works in both local development and production
  • Storage is created once and reused across deployments