Arachne Deliverables

The full Shadow API package.

Arachne does not hand you vague AI-readiness advice. It produces a concrete agent interface, evidence, risk controls, runtime governance, monitoring, reports, and the bundle your customer or team needs to connect.

Interface Package

Machine-readable files agents can actually use.

The interface package turns a website into structured tools, resources, schemas, policies, and evidence. It is the customer-facing proof that the site has been compiled into an agent-operable surface.

Artifact

agent-manifest.json

A deterministic inventory of pages, resources, tools, policies, approval requirements, and action schemas.

Artifact

normalized-capabilities.json

A capability inventory where every tool carries source mode, risk level, confidence, approval requirement, source URL, and evidence.

Artifact

action-registry.json

Read, draft, submit, purchase, auth, regulated, and blocked workflows classified for policy enforcement.

Evidence

evidence-map.json

A defensible map of where each capability came from: native spec, observed network call, form, extraction path, or manifest.

Governance

risk-profile.json

A summary of read, draft, write, purchase, regulated, and blocked surfaces across the compiled shadow.

Protocol

MCP resources and tools

Tool and resource definitions that MCP clients can call through the hosted gateway or local config.

Runtime Package

Governance around every state-changing action.

The runtime is built for accountability. Reads stay easy. Writes, submissions, purchases, and sensitive workflows route through policy, approval, scoped capability tokens, and audit logs.

Hosted

Live MCP endpoint

Your Shadow API ships as a single Streamable HTTP URL that Claude Desktop, IDE extensions, and agent frameworks can connect to.

Runtime

Shadow Wallet

State-changing actions mint single-use, merchant- and amount-locked capability tokens that require human approval to activate.

Audit

DeltaStore ledger

Every capability issued, approval, refusal, and execution is hash-chained into a tamper-evident audit trail.

Operations Package

Dashboard, reports, drift alerts, and customer handoff.

The operator surface keeps the shadow reviewable after compile. It gives your team the artifacts for onboarding, support, renewal conversations, and site-change monitoring.

Dashboard

Tenant overview

Compiled shadows, readiness, compile modes, drift alerts, usage, ownership state, and audit status in one operator view.

Dashboard

Per-shadow tabs

Overview, routes, tools, evidence, action registry, risk policies, approvals, audit logs, drift alerts, and settings.

Reports

JSON or Markdown exports

Build, readiness, evidence, drift, and usage-audit reports for email, handoff, customer proof, and internal review.

Monitoring

Drift report

Rescans compare the latest site against the saved baseline and flag route, tool, schema, selector, confidence, and risk changes.

Delivery

Customer bundle

One download with manifest, MCP config, README, install steps, policy walkthrough, and domain-verification instructions.

Readiness

Human report

A plain-English assessment of discoverability, action risk, forms, auth surfaces, prompt-injection exposure, and remediation steps.

agent-interface.previewgoverned
{
  "protocol": "artemis-agent-interface",
  "site": "https://customer.com",
  "verified_domain": "customer.com",
  "tools": [
    {
      "name": "submit_inquiry",
      "method": "POST",
      "risk": "medium",
      "requires_human_approval": true,
      "governance": {
        "source_mode": "observed",
        "confidence": 0.92,
        "risk_level": "draft",
        "evidence": ["network:POST /api/v1/inquiry"]
      }
    }
  ],
  "artifacts": [
    "normalized-manifest.json",
    "normalized-capabilities.json",
    "evidence-map.json",
    "risk-profile.json"
  ],
  "reports": ["build", "readiness", "evidence", "drift", "usage-audit"],
  "hosted": {
    "transport": "streamable-http",
    "endpoint": "https://mcp.solsticestudio.ai/mcp/shadow_xxx/mcp"
  }
}
Next Step

Start with the readiness score.

The free score tells you where the site stands today. The full report and hosted Shadow API turn that scan into a governed agent interface.

Run a Free Score