Skip to content
Cloud infrastructure/devops

pinecone.io

Pinecone sandbox and mock API

Pinecone is a vector database. This is an unofficial, community-managed OpenAPI spec that (should) accurately model the Pinecone API. This project was developed independent of and is unaffiliated with Pinecone Systems. Users should switch to the official API spec, if and when Pinecone releases it. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
15
Collections
-
Event types
-
example request
curl https://your-pinecone.slurry.io/collections \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 20230401.1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 15.

  • GET/collections
  • POST/collections
  • GET/collections/{collectionName}
  • DELETE/collections/{collectionName}
  • POST/describe_index_stats
  • GET/indexes
  • POST/indexes
  • GET/indexes/{indexName}
  • PATCH/indexes/{indexName}
  • DELETE/indexes/{indexName}
  • POST/query
  • POST/vectors/delete