OpenAPI Spec for Custom Integrations
Written By asad
Last updated 9 months ago
In case you would like to develop a custom integration or use MemoryPlugin on an unsupported platform, we provide an OpenAPI spec that you can use.
https://www.memoryplugin.com/openapi.json
The OpenAPI spec can be imported into Custom GPTs in a single click ( Integrate into your own custom GPT ), and is also supported by many other automation tools.
The spec lists all the API endpoints and machine readable instructions on how to use them. OpenAPI is an industry standard format for sharing API definitions and is widely supported.
For example, while we do not currently support n8n out of the box, you can use our OpenAPI spec to create a n8n node quite easily:
https://github.com/devlikeapro/n8n-openapi-node
OpenAPI specs can also be imported into various tools like LibreChat and other third-party AI client apps.