{"docs":"https://docs.marc27.com/graphql","intelligence":{"deployments":"{ deployments(limit: 5) { id name status target gpuType costUsd } }","discourse_specs":"{ discourseSpecs(limit: 5) { id slug name version } }","llm_models":"{ llmModels(provider: \"anthropic\", limit: 5) { modelId displayName inputPrice outputPrice } }","nodes":"{ nodes(limit: 5) { id name status visibility lastSeen } }","semantic_search":"{ semanticSearch(query: \"thermal protection ablative\", limit: 3) { docId content similarity } }"},"message":"MARC27 GraphQL API","mutations":{"cancel_job":"mutation { cancelComputeJob(id: \"...\") }","submit_job":"mutation { submitComputeJob(input: { image: \"marc27/lammps\", inputs: \"{}\", gpuType: \"A100-80GB\" }) { id status provider } }"},"queries":{"compute_gpus":"{ computeGpus { gpuType pricePerHourUsd provider available } }","compute_job":"{ computeJob(id: \"...\") { status provider costUsd } }","corpora":"{ corpora(domain: \"materials\") { name slug kind entryCount } }","graph_entity":"{ entity(name: \"Tensile Strength\") { name neighbors(limit: 5) { target { name } relType count } } }","graph_paths":"{ paths(from: \"Alloy\", to: \"Oxidation Resistance\", maxHops: 3) }","graph_search":"{ search(term: \"Alloy\", limit: 5) { name entityType } }","graph_stats":"{ graphStats { nodes edges entityTypes } }","jobs":"{ jobs(limit: 5) { id jobType status createdAt } }","marketplace":"{ marketplace(limit: 5) { name slug resourceType tags } }","me":"{ me { id displayName avatarUrl } }"}}