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
| Field | Type | Description |
|---|---|---|
| api_key* | string | GeodesicAI API key (gai_...) |
| customer_name* | string | Organization or project name (also used for storage folder naming) |
| workflow_name* | string | Unique Blueprint identifier; the value passed as 'blueprint' in validate |
| mode | string (observe | enforce) | observe: platform checks the agent's work; enforce: platform computes derived fields itsel default "observe" |
| extracted_fields | array | Field names the agent extracts from source data, e.g. ['vendor','qty','unit_cost'] |
| derived_fields | array | Field names the platform computes from other fields, e.g. ['subtotal','total'] |
| derivation_rules | array | Math rules as objects. Types: add, subtract, multiply, divide, round, copy, sum (multi-ope |
| formal_constraints | array | Constraint objects. Types incl. magnitude_anchor {field,min,max}, relative_anchor {field,r |
| semantic_checks | array | Domain-specific semantic check objects |
| require_math | boolean | Validate mathematical relationships default true |
| require_consistency | boolean | Check internal field consistency default true |
| require_coherence | boolean | Check cross-field plausibility default true |
| require_provenance | boolean | Require extraction source locations for fields default false |
| require_high_assurance | boolean | Strictest mode: every check must pass default false |
| enable_anomaly_detection | boolean | Flag records that break no rules but do not fit the reference pattern default false |
| enable_drift_tracking | boolean | Track 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.