1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GITBOOK-593: 10.5 API

This commit is contained in:
Filip Bozicevic 2025-06-04 09:52:20 +00:00 committed by gitbook-bot
parent 75aafef643
commit 0ee40540ef
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
4 changed files with 37 additions and 6 deletions

View file

@ -0,0 +1,20 @@
# Local API
Release 0.46.X marks an exciting and long-awaited moment in Anytypes evolution: **the first iteration of our Local API** is here! It opens up powerful new possibilities for an ecosystem of plugins, automations and third-party integrations.
### Anytype Local API (Developer Preview)
Our API is now available and directly included with the desktop app, running entirely on localhost. It operates fully offline, meaning you can build and use integrations without any cloud dependencies - even while flying!
This initial release targets developers, and were eager to see what the community creates with it!
{% hint style="danger" %}
I**mportant Security Notice:** By providing an API key or using extensions, you grant limited access to your Anytype vault, enabling operations such as editing or deleting objects. Ensure you **use only trusted extensions**.
{% endhint %}
### Key Highlights
* **Secure Authentication:** Authenticate once via a 4-digit challenge in the desktop app, generating an API key. This key acts as a bearer token to authenticate subsequent requests. Additionally, API keys can be managed and generated directly through the desktop client's settings, making it easy to share keys with third-party integrations.
* **Comprehensive Documentation:** The OpenAPI specification and full documentation are available on our new [Developer Portal](https://developers.anytype.io/).
* **Robust API Capabilities:** Endpoints offer core Anytype functionality: creating objects, editing, querying and much more.
* **Growing Developer Ecosystem:** Early SDKs and community-driven tools are already underway: Python and Go clients, MCP server and Raycast extension.

View file

@ -2,13 +2,11 @@
Our long-awaited API is beginning to take shape! The first step is Raycast integration, allowing you to create, read, and delete Spaces, Objects, and Types, as well as search across them, all from Raycast on macOS.
While this initial version focuses on a basic set of features, were laying the groundwork for an open API that will eventually support bulk import and export, NoCode tools, and more integrations. Were excited to see what youll build!
[Install the Raycast Extension here](https://www.raycast.com/any/anytype)
<figure><img src="../../.gitbook/assets/raycast_2x.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/raycast_2x.png" alt=""><figcaption></figcaption></figure>
### Updates
### Update - AI
We've introduced several enhancements based on your requests and feedback, plus Anytype for Raycast is now an AI Extension search through spaces and objects using natural language or create new ones just by instructing <kbd>@anytype</kbd>.
@ -16,7 +14,19 @@ We've introduced several enhancements based on your requests and feedback, plus
* Better Collection Management: Create objects directly within collections and browse collection items with ease.
* Customization & Visibility: Choose <kbd>Open Object in Anytype</kbd> as the default action, show custom properties in the Detail sidebar, toggle metadata in object details and apply templates when creating new objects.
<figure><img src="../../.gitbook/assets/Screenshot 2025-03-17 at 11.43.00AM.png" alt="" width="563"><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/Screenshot 2025-03-17 at 11.43.00AM.png" alt="" width="563"><figcaption></figcaption></figure>
### Update - Local API
As a companion to our Local API, weve just shipped great improvements for our Raycast extension.
Heres whats new:
* **Quickly create** new spaces, objects, types, properties, or tags with the shortcut `CMD+N` while browsing your spaces.
* **Easily edit** your selected items (spaces, objects, types, properties or tags) using `CMD+E`.
* **Conveniently add objects** to lists either through the new `Add object to list` command or directly from the context menu `CMD+K`.
<figure><img src="../../../.gitbook/assets/image (213).png" alt=""><figcaption></figcaption></figure>
### Privacy