1. Keymate API documentation

Everything you need to know about our API in one place

Keymate API Documentation

There are two types of Keymate APIs.

A) Keymate SyncMate Cloud & SSO API - this API allows you to get all the features Keymate offers in it's ChatGPT plugin, KeymateGPT, and custom GPTs provided to any no-code builders from ChatGPT plus community. In other words, it provides users with the core Keymate functions in an API format.

Here is a breakdown of the features included:

Cloud API:

  1. Google Search, Web Scraping and LLM context window optimization API.

  2. Unified personalized long term memory that allows signed in users access to the same memory hub between different custom GPTs and Keymate GPT

You can read relational data from users personalized long term memory or insert to personalized long term memory.

  1. You can sign in users currently by demanding their Keymate API key. It's anytime revokable so it's safe to share.

  2. Hybrid search and all in one search that is being developed ( Scans 10 google pages and whole unified personalized long term memory and provides full page contents at the same time and optimizes responses based on context window

SSO API:

  1. By utilizing sharable Keymate API keys (that can be found at https://ln.keymate.ai/plans) you can ensure that users use their own API keys by passing their personal keys as a parameter. With this idea in mind, we provided the "apikeyconsumer" field that dictates which user's credit quota will be reduced when responding to a prompt. We have also created the "apikeyuser" field which denotes which user is accessing the API. Our personalized Long Term Memory responses will be based on the "apikeyuser" field. Both the above fields can have the same or different values depending on the design of your app or service.

NOTE: We will provide extra endpoints to allow you to access who the user is (name, surname and email) soon. Enter your email at https://keymate.ai/gpts to stay informed.

Both APIs can be accessed via Python SDK and as Custom Actions in Custom GPTS. The OpenAPI spec is here .