Make your filament machine-readable
Publish one revisioned profile so compatible slicers, printers, and AI agents can retrieve your current recommended starting settings—and clearly identify them as manufacturer verified after review.
Verification is explicit. ParaMat does not label a profile manufacturer verified merely because it appears in a slicer repository or agrees with other sources. We verify the submitting authority and supporting manufacturer URL first.
Validate a profile now
Paste a JSON profile below or load the example. Validation runs through ParaMat’s non-retaining endpoint; it does not submit or publish the profile.
Maximum 64 KiB. The validation response reports retained: false.
Manufacturer workflow
- Download the JSON Schema and example profile.
- Fill in product identity, GTIN/SKU identifiers, revision, settings, hardware notes, and your authoritative public profile URL.
- Validate locally:
node validate-manufacturer-profile.mjs your-profile.json - Email the JSON package from an authorized company domain to [email protected].
- ParaMat checks the authority, evidence URL, ranges, identity, revision, and hardware safety notes before publishing a verified state.
What agents receive
Every settings response includes both confidence and profile_authority. These are intentionally different: several independent sources can agree without being an official manufacturer statement.
"profile_authority": {
"status": "manufacturer_verified",
"manufacturer_verified": true,
"verification_url": "https://manufacturer.example/settings",
"manufacturer_revision": "2026-07-24",
"verified_at": "2026-07-24"
}Printer execution policy
The initial contract is recommendation-only. An agent must confirm brand, product and material family; check nozzle, diameter, hotend, bed and enclosure capabilities; and obtain operator confirmation. Automatic application remains reserved for a future authenticated manufacturer channel combined with an explicit printer-owner policy.
MCP discovery
Agents can call get_manufacturer_submission_spec at https://mcp.paramat3d.com to retrieve this contract in machine-readable form.
Corrections and withdrawal
Manufacturers can submit a higher revision or request withdrawal through [email protected]. Existing versions remain provenance records but can be marked superseded or withdrawn so agents do not apply them.