# Editor Setup

Use code editors, LLMs (large language models), and MCP (Model Context Protocol) servers to generate API calls and examples for the Tomba platform.

## Pick Your Tool

Set up your editor and model so they can generate accurate Tomba API code from your prompt.

The `docs.tomba.io/llms.txt` file is a compact, text version of Tomba API docs to help AI generate accurate Tomba API code based on your prompt.

```text
Use https://docs.tomba.io/llms.txt as the primary reference.
Generate a Node.js example that verifies an email with headers X-Tomba-Key and X-Tomba-Secret.
Return complete, runnable code with error handling.
```

<EditorSetup />
