Weavz
Anytype

Anytype

Use the Anytype Local API for spaces, search, objects, and list capture.

8 tools

Tools

Name
list_spaces

List Anytype spaces.

search_global

Search Anytype objects.

list_objects

List objects in an Anytype space.

get_object

Get an Anytype object.

create_object

Create an Anytype object.

update_object

Update an Anytype object.

delete_object

Delete an Anytype object.

add_objects_to_list

Add objects to an Anytype list.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('anytype', 'list_spaces', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'anytype',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Anytype to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Anytype support?

Anytype supports 8 tools including List Spaces, Search, List Objects, Get Object, Create Object, and more.

Can I use Anytype with AI agents?

Yes. Add Anytype to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Anytype be used in stateful agent workflows?

Yes. Agents can combine Anytype tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Anytype use?

Anytype uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Anytype integration cost?

The Anytype integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Anytype in minutes

Get 20,000 free action executions every month. No credit card required.