> For the complete documentation index, see [llms.txt](https://docs.metanames.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metanames.app/developers/getting-started.md).

# Getting started

Integrate MetaNames with your application!

For more details, check out the [auto-generated documentation](https://metanames.github.io/sdk/)

### Installation

To use the Meta Names SDK in your project, you can install it via npm or yarn:

```
npm install @metanames/sdk
# or
yarn add @metanames/sdk
```

### Usage

To use the Meta Names SDK in your project, you can import it like this:

```typescript
import { MetaNamesSdk } from '@metanames/sdk'

const metaNamesSdk = new MetaNamesSdk()
```
