Synthflow subpackage_memoryStores API

The subpackage_memoryStores API from Synthflow — 1 operation(s) for subpackage_memorystores.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/synthflow-subpackage-memorystores-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

synthflow-subpackage-memorystores-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Platform subpackage_memoryStores API
  version: 1.0.0
servers:
- url: https://api.synthflow.ai/v2
- url: https://api.us.synthflow.ai/v2
- url: https://api.eu.synthflow.ai/v2
tags:
- name: subpackage_memoryStores
paths:
  /memory_stores:
    post:
      operationId: create-a-memory-store
      summary: Create a memory store
      description: ''
      tags:
      - subpackage_memoryStores
      parameters:
      - name: Authorization
        in: header
        description: Bearer authentication
        required: true
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Memory-stores_create-a-memory-store_Response_200'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                title:
                  type: string
                  description: Memory store name.
                description:
                  type: string
                  description: Memory store description.
components:
  schemas:
    MemoryStoresPostResponsesContentApplicationJsonSchemaResponse:
      type: object
      properties:
        id:
          type: string
        title:
          type: string
        description:
          type: string
        workspace_id:
          type: string
        number_of_contacts:
          type: integer
        number_of_agents:
          type: integer
        created_at:
          type: string
        updated_at:
          type: string
      title: MemoryStoresPostResponsesContentApplicationJsonSchemaResponse
    Memory-stores_create-a-memory-store_Response_200:
      type: object
      properties:
        status:
          type: string
        response:
          $ref: '#/components/schemas/MemoryStoresPostResponsesContentApplicationJsonSchemaResponse'
      title: Memory-stores_create-a-memory-store_Response_200
  securitySchemes:
    sec0:
      type: http
      scheme: bearer