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

# Get Started

### Clients

You can test our API using various well-known API clients like:

* [Postman](/api-reference/how-to-test.md#postman)
* [Insomnia](/api-reference/how-to-test.md#insomnia)
*

### CLI

You can use [Norbix CLI ](https://github.com/Isidos-co/codemash-docs/tree/main/cli/norbix-cli.md)to create projects from templates, restore them from snapshots or use a powerful scripting language like bash to work with the modules.

```bash
#!/bin/bash
norbix project new "My New Project"
norbix database enable
cat employees.yaml | norbix database collection new
```

### SDKs

Also, you can test Norbix API using popular SDKs:

{% content-ref url="<https://github.com/Isidos-co/codemash-docs/tree/main/sdk/javascript-typescript.md>" %}
<https://github.com/Isidos-co/codemash-docs/tree/main/sdk/javascript-typescript.md>
{% endcontent-ref %}

{% content-ref url="<https://github.com/Isidos-co/codemash-docs/tree/main/sdk/net.md>" %}
<https://github.com/Isidos-co/codemash-docs/tree/main/sdk/net.md>
{% endcontent-ref %}

## API

{% hint style="info" %}
**Prerequisites**.

Before jumping in, please make sure you have completed the [**Prerequisites**](/api-reference/prerequisites.md) part.
{% endhint %}

### Membership

### Database

### Files

### Code

### Notifications

#### Email Notifications

#### Push Notifications

### Payments

### Scheduler

### Logs & Monitoring
