TaskWeaver + Meridian
Connect your TaskWeaver instance to Meridian's automation engine via the project.yaml endpoint. Send structured payloads and receive task dispatch confirmations in real time.
Endpoint
POST /api/v1/taskweaver/project.yamlAccepts JSON with project, version, and timestamp fields. Returns task metadata and dispatch status.
Test It
Payload Schema
| Field | Type | Required |
|---|---|---|
| project | string | Yes |
| version | string | Yes |
| timestamp | number | Yes |