Anytype Docs
English
English
  • 👋Getting Started
    • Welcome
      • Mission
    • Install & Setup
      • Mobile
      • Vault
      • Key
      • Spaces
    • Objects
      • Blocks
      • Links
    • Types
      • Properties
      • Templates
    • Queries
      • Collections
    • Widgets
      • All Objects
    • Collaboration
  • Web Publishing
  • 📽️Use Cases
    • 🧠PARA Method
    • ✏️Daily Notes
    • 🍎Study Notes
    • 🎬Movie Database
    • ✈️Travel Wiki
    • 🗨️Language Flashcards
    • 🍛Recipe Book & Meal Planner
  • 🤖Advanced
    • Memberships
    • Features
      • Local API
        • Raycast Extension (macOS)
      • Custom CSS
      • Dates
      • Graph
      • Other Features
    • Data & Security
      • Import & Export
        • Migrate from Notion
        • Migrate from Evernote
      • Privacy & Encryption
      • Networks & Backup
        • Local-only
        • Self-hosted
      • Storage & Deletion
        • Bin
      • Data Erasure
      • Analytics & Tracking
    • Settings
      • Vault Settings
      • Space Settings
      • Keyboard Shortcuts
    • Community
      • Forum
      • Open Any Initiative
      • ANY Experience Gallery
      • Nightly Ops
      • Product Workflow
    • Help
      • FAQs
        • Any Timeline
      • Troubleshooting
        • AnySync Netcheck Tool
      • Beta Migration
    • Connect
Powered by GitBook
On this page
  • Anytype Local API (Developer Preview)
  • Key Highlights

Was this helpful?

Edit on GitHub
  1. Advanced
  2. Features

Local API

PreviousFeaturesNextRaycast Extension (macOS)

Last updated 27 days ago

Was this helpful?

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!

Important 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.

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 .

  • 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.

🤖
Developer Portal