> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/sdk-provider/propiedades/apikey.md).

# apikey

## Details

**Attribute:** `apikey`

**Type:** `string`

**Default value:** `undefined`

## Morphology

```typescript
provider.apikey = process.env.FACEPHI_SDK_APIKEY!;
```

## Description

SDK Web License key required by `facephi-sdk-provider` to initialize services and child components.

### Considerations

It is mandatory. Facephi provides it with the purchase of the product.

***

## Example

```jsx
<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
/>
```
