Follow these steps to go from a brand-new account to your first NPC conversation.
In-app setup
Create a game
Sign in at
app.npcbuilder.com and click Add new project
Then access the game and copy the generated 

GAME_ID
Add region & location
Open your world → Add Region(e.g. “Northern Kingdom”) →
inside that region, Add Location(e.g. “Capital City”).
inside that region, Add Location(e.g. “Capital City”).
Create a character
In the location, click Add Character→ fill name, description, role, traits, etc.
Save; note the
to use in the API.
Save; note the
character_id
Generate credentials
Bearer token (quick)
Go to the developers section under graphics engine integration and generate Bearer Token
Use in header:

Call the Interactions API
Expected JSON
Include previous user + NPC messages in
messages[] on each call to keep context. 
