mirror of
https://github.com/anyproto/docs.git
synced 2025-06-07 21:37:03 +09:00
GITBOOK-593: 10.5 API
This commit is contained in:
parent
75aafef643
commit
0ee40540ef
4 changed files with 37 additions and 6 deletions
BIN
.gitbook/assets/image (213).png
Normal file
BIN
.gitbook/assets/image (213).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 387 KiB |
|
@ -39,7 +39,8 @@
|
|||
|
||||
* [Memberships](advanced/monetization.md)
|
||||
* [Features](advanced/feature-list-by-platform/README.md)
|
||||
* [Raycast Extension (macOS)](advanced/feature-list-by-platform/raycast-extension-macos.md)
|
||||
* [Local API](advanced/feature-list-by-platform/local-api/README.md)
|
||||
* [Raycast Extension (macOS)](advanced/feature-list-by-platform/local-api/raycast-extension-macos.md)
|
||||
* [Custom CSS](advanced/feature-list-by-platform/custom-css.md)
|
||||
* [Dates](advanced/feature-list-by-platform/dates.md)
|
||||
* [Graph](advanced/feature-list-by-platform/graph.md)
|
||||
|
|
20
advanced/feature-list-by-platform/local-api/README.md
Normal file
20
advanced/feature-list-by-platform/local-api/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Local API
|
||||
|
||||
Release 0.46.X marks an exciting and long-awaited moment in Anytype’s 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 we’re 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.
|
|
@ -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, we’re laying the groundwork for an open API that will eventually support bulk import and export, NoCode tools, and more integrations. We’re excited to see what you’ll 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.00 AM.png" alt="" width="563"><figcaption></figcaption></figure>
|
||||
<figure><img src="../../../.gitbook/assets/Screenshot 2025-03-17 at 11.43.00 AM.png" alt="" width="563"><figcaption></figcaption></figure>
|
||||
|
||||
### Update - Local API
|
||||
|
||||
As a companion to our Local API, we’ve just shipped great improvements for our Raycast extension.
|
||||
|
||||
Here’s what’s 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue