Skip to main content
This guide walks you through creating a custom GPT in the OpenAI GPT Store and connecting it with MemMachine.

1. Open the GPT Store

Go to: https://chatgpt.com/gpts You will see a page like this: GPT Store Creation Page Click Create to start building your custom GPT.

2. Basic GPT Setup

See the configuration page reference below: GPT Configuration Page Fill in the required fields:

Name

Description

Instructions

Copy the following:
You can replace "YourName" with any test user ID you want.

3. Enable Capabilities

Scroll to Capabilities and enable:
  • Code Interpreter & Data Analysis

4. Add MemMachine Action

Click: Create new action You will see this page: Add Actions Page In the Schema field, paste the following content:

OpenAPI Schema (MemMachine v2)


Important

In the schema, update:
Replace "A HTTPS URL hosting MemMachine" with your actual HTTPS MemMachine endpoint URL.

5. Test the Actions

Once the schema is saved, you will see two Available Actions:
  • AddMemory
  • SearchMemory
It looks like this: Available Actions Page Please test both actions:
  1. Run a simple SearchMemory query
  2. Run a simple AddMemory request
If both return success, the integration is ready.

6. Save the GPT

Click Create to finalize the GPT setup. That is it — MemMachine is now fully integrated with your custom GPT.