governance-platform
G
governance-platform
/create_blueprint

create blueprint

Create a Blueprint - the governance contract validation runs against. A Blueprint defines what correct means for your data: fields, the math that must

liveverifiedunknown~5s typical
mcpprobedgovernance-platform
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-geodesiclabs-governance-platform /create_blueprint for me.

Input

FieldTypeDescription
api_key*stringGeodesicAI API key (gai_...)
customer_name*stringOrganization or project name (also used for storage folder naming)
workflow_name*stringUnique Blueprint identifier; the value passed as 'blueprint' in validate
modestring (observe | enforce)observe: platform checks the agent's work; enforce: platform computes derived fields itsel default "observe"
extracted_fieldsarrayField names the agent extracts from source data, e.g. ['vendor','qty','unit_cost']
derived_fieldsarrayField names the platform computes from other fields, e.g. ['subtotal','total']
derivation_rulesarrayMath rules as objects. Types: add, subtract, multiply, divide, round, copy, sum (multi-ope
formal_constraintsarrayConstraint objects. Types incl. magnitude_anchor {field,min,max}, relative_anchor {field,r
semantic_checksarrayDomain-specific semantic check objects
require_mathbooleanValidate mathematical relationships default true
require_consistencybooleanCheck internal field consistency default true
require_coherencebooleanCheck cross-field plausibility default true
require_provenancebooleanRequire extraction source locations for fields default false
require_high_assurancebooleanStrictest mode: every check must pass default false
enable_anomaly_detectionbooleanFlag records that break no rules but do not fit the reference pattern default false
enable_drift_trackingbooleanTrack pattern stability across batches default false

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-geodesiclabs-governance-platform","endpoint":"/create_blueprint","input":{"api_key":"...","customer_name":"...","workflow_name":"...","mode":"observe","require_math":true,"require_consistency":true,"require_coherence":true,"require_provenance":false,"require_high_assurance":false,"enable_anomaly_detection":false,"enable_drift_tracking":false}}'
cli
npx cracked-ai run -p mcp-ai-geodesiclabs-governance-platform -e /create_blueprint -i '{"api_key":"...","customer_name":"...","workflow_name":"...","mode":"observe","require_math":true,"require_consistency":true,"require_coherence":true,"require_provenance":false,"require_high_assurance":false,"enable_anomaly_detection":false,"enable_drift_tracking":false}'
mcp
run_tool({ provider: "mcp-ai-geodesiclabs-governance-platform", endpoint: "/create_blueprint", input: {"api_key":"...","customer_name":"...","workflow_name":"...","mode":"observe","require_math":true,"require_consistency":true,"require_coherence":true,"require_provenance":false,"require_high_assurance":false,"enable_anomaly_detection":false,"enable_drift_tracking":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.