Define
Specific teaches your coding agent to define resources and connect the right dependencies, without SDKs in your app.
Learn more1 service "web" {
2 build = build.web
3 command = "npm start"
4 endpoint { public = true }Specific lets your coding agent both write code and build infrastructure to run it.
Build from scratch and deploy to production in minutes.

Specific teaches your coding agent to define resources and connect the right dependencies, without SDKs in your app.
Learn more1 service "web" {
2 build = build.web
3 command = "npm start"
4 endpoint { public = true }You and your agent can spin up the whole stack locally with one command, then test safely against production data in previews.
Learn moreauth-flow
Local
search-index
Local
PR #42
Preview
PR #47
Preview
> specific dev
web
api
postgres
storage
Your agent ships with a single command or via GitHub. Specific builds, provisions and rolls out the change safely.
Learn more> specific deploy
⠋Creating archive
Your agent can query logs and metrics from your environments to find the root cause and ship the fix.
Learn moreUse any framework or static site. We handle domains, TLS, CDN and global edge.
Hello from Specific!
APIs, background workers, cron jobs and long-running services. Autoscaling with per-usage pricing.
Postgres with bottomless storage, autoscaling, built-in schema migrations and point-in-time recovery.
Sync engine for performant real-time, collaborative or local-first apps with data straight from Postgres.
Store embeddings and run semantic search on top of your application data.
S3-compatible object storage that is globally replicated, durable and built for performance.
Durable orchestration powered by Temporal for long-running jobs, retries and stateful processes.
Dedicated environments like staging, or previews for every PR with copy-on-write branching of your data.
Store and manage all your secrets and configurations securely, no manual integration needed.
specific dev starts your services and resources without requiring Docker for the built-in databases, storage, Redis, or other managed resources. In production, Specific builds and runs your services on cloud infrastructure.specific.hcl, so they can be reviewed like code. Agents can only change infrastructure through Specific's config schema and CLI workflows, not arbitrary cloud or account settings, and every config change is validated with specific check. specific dev lets the agent test the full stack locally, and specific deploy runs build checks before provisioning or rolling out. Destructive actions and production controls, like scaling services or databases, changing production secrets, and deleting projects or environments, are left for humans to manage in the dashboard. Humans also configure production workflows like GitHub deploys and automatic PR previews, so agents work inside the deployment policy you choose.