create_resource
Create a resource instance by specifying its name and type. Optionally provide an external_id to reference the resource using your system's own identifier.
Instructions
Create a resource — a specific instance of a resource type (e.g. a specific document, a specific project). Set external_id to your system's own identifier (database UUID, slug) so you can reference it at evaluation time without storing Vengtoo's internal ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable resource name, e.g. "Engineering Wiki" | |
| type | Yes | Resource type UUID (from create_resource_type) or resource type name | |
| description | No | Optional description | |
| external_id | No | Your system's own ID for this resource (recommended). Used in evaluation calls as resource.external_id. |