PlaygroundCopy pagePlaygroundEdit the schema and source data, click Compile to encode into Vein binary format.lodecplaygroundAgent ManifestCompliance PolicyModel LayerSkill StepVersion ManifestMemory SnapshotLifecycle ConfigCompileSchemaschema.lode{ "schema": "lode", "version": 1, "name": "AgentManifest", "fields": [ { "id": 1, "name": "specVersion", "type": "string", "required": true }, { "id": 2, "name": "name", "type": "string", "required": true }, { "id": 3, "name": "version", "type": "string", "required": true }, { "id": 4, "name": "description", "type": "string", "required": true }, { "id": 5, "name": "model", "type": "string", "required": true }, { "id": 6, "name": "skills", "type": "string[]", "required": true }, { "id": 7, "name": "repoUrl", "type": "string", "required": false }, { "id": 8, "name": "metadata", "type": "map<string,string>", "required": false } ] }Sourceinput.json{ "specVersion": "0.1.0", "name": "compliance-analyst", "version": "1.0.0", "description": "Financial compliance analysis agent", "model": "claude-opus-4-6", "skills": ["audit-review", "regulation-lookup", "risk-assessment"], "repoUrl": "https://github.com/org/compliance-analyst", "metadata": { "author": "finops-team", "riskTier": "high" } }Vein HexFingerprintDecodedValidateClick Compile to encode the source object into Vein binary format.Last updated on March 17, 2026Version History