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

# Server (WIP)

## Initialize

<mark style="color:blue;">`GET`</mark> `https://api.koople.com/proxy/server/initialize`

#### Headers

| Name      | Type   | Description                 |
| --------- | ------ | --------------------------- |
| x-api-key | string | Environment server API key. |

{% tabs %}
{% tab title="200 Evaluation successfully retrieved." %}

```
{
    // TODO
}
```

{% endtab %}

{% tab title="404 Could not find a environment matching this api key." %}

```
{
    // TODO
}
```

{% endtab %}
{% endtabs %}
