Tools API

Programmatic access to sbox.cool game development tools. Generate materials, terrain, and process 3D models via HTTP API.

Documentation

Programmatic access to sbox.cool's game development tools. Generate materials, terrain heightmaps, and process 3D models via HTTP API.

## Available Tools

- **[Material Importer](/wiki/tools-api/material-importer)** -- Generate VMAT/TMAT materials with PBR texture maps from a single image
- **[Terrain Generator](/wiki/tools-api/terrain-generator)** -- Procedural heightmap generation with configurable features
- **[Model Importer](/wiki/tools-api/model-importer)** -- Decimate 3D models, generate LoDs, create PBR textures, and export VMDL

## Getting Started

1. [Create an API key](/settings/api-keys) in your account settings
2. Read the [Authentication](/wiki/tools-api/authentication) guide
3. Pick a tool and start making requests

## Interactive Tools

All tools are also available as browser-based interactive tools:

- [Material Importer](/tools/material-importer)
- [Terrain Generator](/tools/terrain-generator)
- [Model Importer](/tools/model-importer)

## Looking for Network Storage?

Network Storage has its own wiki: **[Network Storage v3 Documentation](/wiki/network-storage-v3)**