Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.llmeasy.ru/llms.txt

Use this file to discover all available pages before exploring further.

MonkeyCode is an enterprise AI development platform. When connecting LLMEasy, use the Codex group with an OpenAI-style protocol.

Prerequisites

  • MonkeyCode account (sign up at MonkeyCode)
  • LLMEasy API Key (register here (https://www.llmeasy.ru/register))

Setup

1

Log in to MonkeyCode

Visit MonkeyCode and log in.
2

Open system settings

Enter the task page, then click Settings in the bottom-right corner.
3

Bind an AI model

In the AI Model section, click Bind.
4

Fill in the LLMEasy config

FieldValue
Model API URLhttps://www.llmeasy.ru/v1
API Keyyour LLMEasy API Key
API formatOpenAI or OpenAI Compatible (follow the current UI label)
Model namea Codex group model ID copied from the model plaza (https://www.llmeasy.ru/pricing)
5

Only configure extra headers when the official docs explicitly require them

We did not find an official MonkeyCode setup requirement that makes User-Agent mandatory for LLMEasy. Start with the Base URL, API key, and model ID shown on this page.If you are also using a custom gateway, tenant routing, observability, or caching layer, add headers only according to that upstream service’s official docs.
6

Save and start using it

Click Save, then return to the main page and select the model you just configured.
7

Restart MonkeyCode

After saving the config, refresh the page or reopen MonkeyCode before using the new model.
If you need extra headers, follow the current MonkeyCode docs or your upstream gateway requirements instead of assuming User-Agent is mandatory for LLMEasy.