Agent Interface
Philosophy
Section titled “Philosophy”Agents connect via CLI commands + grep. No MCP, no gRPC, no protocol overhead. An agent has bash. PRISM is already authenticated. Just shell out.
export MARC27_API_KEY=m27_your_key_hereCommands
Section titled “Commands”# Searchprism query --platform --semantic "your question" --json
# Grep for materials onlyprism query --platform "fatigue" | grep MAT
# Pipe to Pythonprism query --platform --json "Ti-6Al-4V" | python3 -c "..."
# Get the full guideprism agentOutput Formats
Section titled “Output Formats”- Default: human-readable, one result per line (grep-friendly)
- —json: JSON array (pipe to jq/python)
- —platform: route through MARC27 API (211K nodes, 6.5M edges)