Forge home pagelight logodark logo
  • Support
  • Get Started
  • Get Started

Introduction

Get started with Forge and learn how to build and integrate your game systems

​
Setting up

Design the components of your game.

Create Classifiers

Group items based on characteristics and usage restrictions.

Attributes

Add stats to your items, such as damage, health, or rarity.

Create Items

Items are the loot players will find in your game

Create Spaces

Define virtual boxes for items to live in. This is your inventory, stash, etc…

​
Utilize your creations

Bring your forge components into your game.

Access Control

Secure your API requests and manage your team’s secrets.

Rolling

Use rolling to dynamically determine drops and outcomes in your game.

Item Instances

Manage individual items, track ownership, and move them between spaces.

Create Users

Create users and assign spaces to them

Assistant
Responses are generated using AI and may contain mistakes.
githublinkedin
Powered by Mintlify
On this page
  • Setting up
  • Utilize your creations
  • Documentation
  • API Reference
  • attributes
    • GET
      List Attributes
    • POST
      Create Attribute
    • PUT
      Update Attribute
    • DEL
      Delete Attribute
    classifiers
    • GET
      List Classifiers
    • POST
      Create Classifier
    • PUT
      Update Classifier
    • DEL
      Delete Classifier
    items
    • GET
      List Items
    • POST
      Create Item
    • PUT
      Update Item
    • DEL
      Delete Item
    • POST
      Roll an item
    item-instances
    • GET
      List Item Instances
    • POST
      Create an Item Instance
    • DEL
      Delete an Item Instance
    • POST
      Move an Item Instance
    spaces
    • GET
      List Spaces
    • POST
      Create Space
    • PUT
      Update Space
    • DEL
      Delete Space
    users
    • GET
      List Users
    • POST
      Create a user
    • DEL
      Delete a user
    user-spaces
    • GET
      List user spaces
    • POST
      Create a user space
    • DEL
      Delete a user space
    item-instance-spaces
    • GET
      List Item Instance Spaces

    Introduction

    Get started with Forge and learn how to build and integrate your game systems

    ​
    Setting up

    Design the components of your game.

    Create Classifiers

    Group items based on characteristics and usage restrictions.

    Attributes

    Add stats to your items, such as damage, health, or rarity.

    Create Items

    Items are the loot players will find in your game

    Create Spaces

    Define virtual boxes for items to live in. This is your inventory, stash, etc…

    ​
    Utilize your creations

    Bring your forge components into your game.

    Access Control

    Secure your API requests and manage your team’s secrets.

    Rolling

    Use rolling to dynamically determine drops and outcomes in your game.

    Item Instances

    Manage individual items, track ownership, and move them between spaces.

    Create Users

    Create users and assign spaces to them

    Assistant
    Responses are generated using AI and may contain mistakes.
    githublinkedin
    Powered by Mintlify
    On this page
    • Setting up
    • Utilize your creations