Steam API Key Guide

Steamcommunity API key or Steamwebapi key?

Understand the two credentials, where to find each one, which integration needs which key — and how to make your first authenticated request.

Read the API documentation

Choose the right Steam API key

Valve and Steamwebapi issue separate credentials for different services. They are not interchangeable.

01

Official Valve Web API key

Issued at steamcommunity.com/dev/apikey for Valve's supported Web API methods and tied to the rules and limits of the official Steam developer service.

02

Steamwebapi key

Generated in your Steamwebapi dashboard and used for documented inventory, item, profile, market and CS2 endpoints.

03

Authenticate every request

Follow the endpoint documentation and send the correct key through the documented authentication header. Never expose production keys in browser code.

Start with a documented request

Generate your key, open the endpoint reference and validate the response shape before integrating it into production.

Read the API documentation