August 6, 2025
0.23
You can now use Webhooks to get notified when new memories are created.
August 6, 2025
0.22.1
You can now customize Hyperspell Connect page to match your app’s branding.The Web Crawler now lets you specify the maximum depth and number of pages to crawl when you index a website.
August 6, 2025
0.22.0
The new /auth/delete endpoint deletes all user data, including all memories and stored connections. This can’t be undone.
August 4, 2025
0.21.0
Improved file upload handling and made sure that memories created from files also have a title attribute. The /memories/list endpoint now also returns the title of each memory.
August 1, 2025
0.20.0
Added an new endpoint to delete specific memories. Also lets you weight data sources in your queries, so you can influence which documents are used to answer a query.
July 18, 2025
0.19.0
Consolidated our offerings and API endpoints. The old endpoints under /documents are now under /memories.Additionally, you can now choose which model to use to answer queries — we default to Llama 3.1 8B for speed and efficiency, but more complex queries can benefit from a different model
July 10, 2025
0.18.2
Added a native integration with AgentStack
June 26, 2025
0.18.1
The MCP server got an upgrade! You can now use it to query your data from any MCP client. You can now run it directly with npx or via a client like Claude Desktop.
June 19, 2025
0.18.0
You can now use the X-As-User header to query data as a specific user while using an API key as your authentication. This saves a round trip to the server to generate a user token.
June 11, 2025
0.17.2
We rolled out our new infrastructure that dramatically reduces the latency of our query endpoint.Most queries against indexed data should now be less than 250ms (plus extra time if you request an answer).
Feb 27, 2025
0.6.0
We heard that our web app was a bit slow, so we dramatically improved the performance.We also improved handling of spreadsheets and PDFS.
Feb 24, 2025
0.5.5
No more waitlist! You can now sign up and start using Hyperspell.
Feb 3, 2025
0.5.3
Our Python and TypeScript SDKs are now available and you can use them in your project. The installation is as easy as:
# Or use poetry, uv, ...
pip install hyperspell
The SDKs are fully typed and come with a comprehensive documentation:
from hyperspell import Hyperspell

client = Hyperspell(api_key="YOUR_APP_TOKEN")