---
name: webiny/webiny-api-build-params-catalog
source: https://app.decimal.ai/s/webiny-webiny-api-build-params-catalog@1/SKILL.md
source_sha256: c4835584aef9
---

# api/build-params

## How to Use

1. Find the abstraction you need below
2. You MUST read the source file to get the exact interface and types!
3. Import: `import { Name } from "<importPath>";`
4. See `webiny-use-case-pattern` or `webiny-event-handler-pattern` skills for implementation patterns

## Abstractions

---

**Name:** `BuildParam`
**Import:** `import { BuildParam } from "webiny/api/build-params"`
**Source:** `@webiny/api-core/features/buildParams/index.ts`
**Description:** A single build-time configuration parameter.

---

**Name:** `BuildParams`
**Import:** `import { BuildParams } from "webiny/api/build-params"`
**Source:** `@webiny/api-core/features/buildParams/index.ts`
**Description:** Access build-time configuration parameters.

---