Zomes API

πŸ“‹ Table of Contents

Overview

The Zomes API provides zome (application module) management for the STAR ecosystem. It handles zomes as reusable application components.

Zome Management

Get All Zomes

GET /api/zomes
Authorization: Bearer YOUR_TOKEN

Get Zome by ID

GET /api/zomes/{zomeId}
Authorization: Bearer YOUR_TOKEN

Create Zome

Update Zome

Delete Zome

Zome Operations

Deploy Zome

Execute Zome Function

Get Zome Functions

Error Responses

Zome Not Found


← Previous: Holons API | Next: Chapters API β†’

Last updated