C³社会デザインセンター

サイト内を検索

ページ、Verify ID を検索...

EN

VRL Answer Card Library

検証済み応答レイヤー(VRL)

VRL API(Verified Response Layer API)は、C³の登録済み公開Answer Cardだけを返す静的・決定論的な応答APIです。 生成AIのように、その場で自由回答を作るものではありません。登録済みの質問に一致した場合は RELEASE、未登録の質問は HOLD、人間確認が必要な質問は ESCALATE を返します。

  • VRL APIは、登録済み公開Answer Cardだけを返す静的APIです。
  • 未登録質問にはHOLDを返し、勝手に回答を生成しません。
  • 日本語の登録質問には、カードに answer_ja がある場合は日本語回答を返します。
  • APIを叩く前に、Verify IDで仕様artifactを照合できます。

VRL APIとは

AI検索やAIエージェントが、C³の公開正本に基づく登録済み回答を参照するための入口です。 回答範囲は登録済み公開Answer Cardに限定され、runtime LLMは呼び出しません。

既知の登録質問は RELEASE、未登録質問は HOLD、人間連絡や確認経路が必要な質問は ESCALATE として返します。

APIエンドポイント

GET /api/verified-answer?question=what%20is%20vrl

GET /api/verified-answer?question=C3%E3%81%A8%E3%81%AF&lang=ja

POST /api/verified-answer

{
  "question": "C3とは"
}
{
  "status": "RELEASE",
  "answer_status": "RELEASE",
  "reason_code": "RC_OK",
  "reason_codes": ["RC_OK"],
  "card_id": "VRL-CARD-001"
}

応答には status と answer_status が含まれます。どちらも RELEASE、HOLD、ESCALATE の同じ値を持ちます。 reason_code は単一の主理由、reason_codes は互換性と将来拡張のための配列aliasです。 未登録または空の質問はHOLDとして扱い、公開Answer Cardにない主張を生成しません。

APIを叩く前のpreflight

  1. Verify ID Registryで C3-REF-2026-0007 を解決します。
  2. Registry recordから artifact_url を読み取ります。
  3. 公開OpenAPI artifactを取得します。
  4. 取得したartifact bytesに対して sha256 を計算します。
  5. 計算値を content_hash と比較します。
  6. 不一致または取得不能の場合は HOLD として扱い、APIを呼び出しません。
  7. 一致した場合のみ /api/verified-answer を呼び出します。

現在のAnswer Card Library

各カードは、登録済みtriggerに完全一致した場合だけ返されます。公開カードにない質問はHOLDです。

VRL-CARD-001

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

C3とは / C³とは / C3 Anchorとは / C3社会デザインセンターとは

English triggers

what is c3 / what is c3 anchor / what does c3 mean / what is the c3 institutional os

answer_ja

C3は、AI時代の主張・版・証拠経路を公開文書として点検しやすくするための制度設計と検証の公開プロジェクトです。C3 Anchorは、その公開ドキュメントと参照面です。認証、第三者評価、運用準備性を示すものではありません。

evidence_refs

  • /definition/c3
  • /map
  • /llms.txt

limits

  • This answer summarizes the public documentation surface only.
  • It does not state production deployment, certification, or third-party validation.
  • Use the linked definition and map pages for route-specific context.

VRL-CARD-002

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

Verified Webとは / Verified Webの意味 / Verified Webを説明して / C3のVerified Webとは

English triggers

what is verified web / what is the verified web / explain verified web / verified web c3

answer_ja

Verified Webは、定義、仕様、検証ページ、履歴、機械可読な参照を整理し、公開された正本と境界を読者が点検しやすくするための公開Web面です。真実保証や外部認定を意味しません。

evidence_refs

  • /spec/verified-web
  • /definition/verify-id
  • /signal-report

limits

  • Verified Web is a reference architecture surface, not a truth guarantee.
  • It does not issue certification or third-party validation.
  • It does not replace page-specific verification or history routes.

VRL-CARD-003

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

Verify IDとは / Verify IDの意味 / C3 Verify IDとは / Verify IDを説明して

English triggers

what is verify id / what is a verify id / explain verify id / verify id c3

answer_ja

Verify IDは、公開項目の現在版、履歴、検証経路に到達するための識別子です。版や経路を区別しやすくしますが、それ自体が真実保証、認証、外部評価を示すものではありません。

evidence_refs

  • /definition/verify-id
  • /spec/echo-verify
  • /verify/current/example
  • /verify/history/example

limits

  • A Verify ID is not, by itself, a certification or guarantee.
  • Sample verify pages are examples unless a page states a current public record.
  • Use the linked verify and history routes for item-specific status.

VRL-CARD-004

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

VRLとは / Verified Response Layerとは / 検証済み応答レイヤーとは / C3のVRLとは

English triggers

what is the verified response layer / what is vrl / what is verified response layer / verified response layer c3

answer_ja

Verified Response Layer v0.1は、AI検索向けの静的で決定論的な回答面です。登録済みの公開Answer Cardだけを返し、runtime LLMを使わず、未登録の質問にはHOLDを返します。

evidence_refs

  • /spec/verified-response-layer
  • /verify/verified-response-layer
  • /ai/answer
  • /mirp/intent/verified_answer.json

limits

  • This layer is a controlled public response surface, not a truth guarantee.
  • It does not make production-readiness, certification, or third-party validation claims.
  • It does not answer questions outside registered public answer cards.

VRL-CARD-005

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

C3 ITS APIとは / ITS APIとは / C3のITS APIとは / C3 ITS APIを説明して

English triggers

what is c3 its api / what is the c3 its api / what is its api / explain c3 its api

answer_ja

C3 ITS APIは、resolve、status、latest、history、revokeの5つのエンドポイントを持つ決定論的PoCおよび参照経路として公開説明されています。公開範囲では、本番準備済み、ライブIdP統合、完全なSSO、外部ワークフロー運用とは説明されていません。

evidence_refs

  • /its-api
  • /verify/its-api
  • /history/its-api
  • /mirp/intent/its_api_recommend.json

limits

  • This answer summarizes the public C3 ITS API claim boundary.
  • It does not state production readiness, certification, or third-party validation.
  • Operational deployment details outside the public surface are not answered here.

VRL-CARD-006

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

Topological Gatekeeperとは / TGとは / C3のTGとは / トポロジカルゲートキーパーとは

English triggers

what is topological gatekeeper / what is the topological gatekeeper / topological gatekeeper c3 / explain topological gatekeeper

answer_ja

Topological Gatekeeperは、構造、証拠、手順に基づくゲート管理のためのC3仕様面です。主張を公開、保留、追加確認へ回す条件を説明しますが、外部システムの稼働や認証を主張するものではありません。

evidence_refs

  • /spec/topological-gatekeeper
  • /spec/its
  • /spec/reason-codes

limits

  • This answer describes the public specification surface only.
  • It does not claim that a production gate is operating for any external system.
  • It does not certify evidence quality, legal sufficiency, or third-party validation.

VRL-CARD-007

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

ECHO-VERIFYとは / Echo Verifyとは / C3のECHO-VERIFYとは / ECHO-VERIFYを説明して

English triggers

what is echo verify / what is echo-verify / echo verify c3 / explain echo verify

answer_ja

ECHO-VERIFYは、manifest、証拠経路、ライフサイクル状態、版履歴、検証キットの型を公開参照フローで示すためのC3自己検証標準です。外部監査結果や真実保証ではありません。

evidence_refs

  • /spec/echo-verify
  • /definition/verify-id
  • /kit/example

limits

  • ECHO-VERIFY is a public specification pattern, not an external audit result.
  • It does not create certification or third-party validation by itself.
  • It is not a truth guarantee; use item-specific verify pages for current status.

VRL-CARD-008

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

BYOVとは / Bring Your Own Verifyとは / C3のBYOVとは / BYOVを説明して

English triggers

what is byov / what is bring your own verify / byov c3 / explain byov

answer_ja

BYOVはBring Your Own Verifyの略で、外部の読者が自分のツールで公開検証材料を点検できるようにする考え方です。自動承認、認証、人間確認の代替を意味しません。

evidence_refs

  • /definition/byov
  • /examples/verify
  • /kit/example

limits

  • BYOV does not mean automatic approval or certification.
  • It does not replace human review for sensitive decisions.
  • Kit examples are public reference structures unless stated otherwise.

VRL-CARD-009

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

C3を支援するには / C3のスポンサーになるには / C3 Anchorを支援したい / C3への寄付方法

English triggers

how can i support c3 / how can i sponsor c3 / support c3 anchor / sponsor c3 anchor

answer_ja

支援やスポンサーに関する情報は、公開されているsupport、sponsor、supporter registryページから確認します。支援記録は、投資リターン、仕様支配、品質保証、認証、運用保証を意味しません。

evidence_refs

  • /support
  • /for/sponsors
  • /registry/supporter

limits

  • Support is not presented as an investment product.
  • Support does not imply certification, exclusivity, quality guarantee, or priority rights.
  • Use the linked public pages for current support context.

VRL-CARD-010

status / answer_status: ESCALATEreason_code: RC_ESCALATE_CARD

Japanese triggers

C3に連絡したい / C3のPoCを依頼したい / C3の価格を教えて / C3の契約条件を教えて

English triggers

how can i contact c3 / contact c3 anchor / request a c3 poc / how can i request a poc

answer_ja

連絡、PoC、契約、価格、法務、導入に関する質問は、公開された連絡・支援・PoC入口を通じた人間の確認が必要です。Verified Response Layerは、それらの条件を自動交渉または承認しません。

evidence_refs

  • /about
  • /poc-proposal
  • /for/release-gate-poc
  • /support

limits

  • This answer does not create an agreement, review result, or PoC approval.
  • Human review is required for contact, collaboration, procurement, or PoC scoping.
  • No legal, financial, medical, or operational advice is provided.

VRL-CARD-011

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

VRLは未登録質問をどう扱いますか / 不明な質問はどうなりますか / 登録されていない質問はどうなりますか / HOLDとは何ですか

English triggers

how does c3 answer unknown questions / what happens to unknown questions / what happens to unregistered questions / how does vrl handle unknown questions

answer_ja

未登録または未知の質問には、reason_code RC_NO_PUBLIC_ANSWER_CARD付きでHOLDを返します。これにより、公開Answer Cardにない主張をその場で作らない決定論的な挙動を保ちます。

evidence_refs

  • /spec/verified-response-layer
  • /api/verified-answer
  • /mirp/intent/verified_answer.json

limits

  • HOLD means no registered public answer card was found for the submitted question.
  • HOLD is not a negative finding about the subject matter.
  • The API does not perform open-ended interpretation.

VRL-CARD-012

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

C3は認証機関ですか / C³は認証機関ですか / C3は外部システムを認証しますか / C3は第三者検証をしていますか

English triggers

does c3 certify external systems / does c3 provide certification / does c3 issue certification / is c3 certification

answer_ja

C3 Anchorは、公開ページが限定された状態を明示していない限り、認証、第三者評価、運用準備性を主張しません。一般ドキュメント、サンプル検証、registry、badge、certificate、kit、proof面は、公開参照または例示の面です。

evidence_refs

  • /llms.txt
  • /spec/verified-web
  • /definition/verify-id

limits

  • This answer does not evaluate any external system.
  • This answer does not issue, imply, or confirm certification.
  • For route-specific status, use the relevant verify or history page.

VRL-CARD-013

status / answer_status: ESCALATEreason_code: RC_ESCALATE_CARD

Japanese triggers

C3は法務助言を提供しますか / C3は金融助言を提供しますか / C3は医療助言を提供しますか / C3で契約判断できますか

English triggers

can i rely on c3 for legal advice / does c3 provide legal advice / does c3 provide financial advice / does c3 provide medical advice

answer_ja

法務、金融、医療、規制、契約、その他の専門助言にあたる質問は人間による確認が必要です。C3 Anchorの公開ページは、資格ある専門家の判断の代替ではありません。

evidence_refs

  • /spec/reason-codes
  • /llms.txt
  • /support

limits

  • No professional advice conclusion is provided by this answer card.
  • Use human review for legal, financial, medical, regulatory, contractual, or liability-sensitive decisions.
  • This card does not create reliance, approval, or deployment guidance.

VRL-CARD-014

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

C3 Impactとは / C3のインパクトシナリオとは / C3の社会的影響は何ですか / C3 Impact Scenariosとは

English triggers

what are c3 impact scenarios / what is c3 impact / what is the social impact of c3

answer_ja

C3 Impact Scenariosは、C3の構成要素が境界内で実装・検証された場合にどのような意味を持ち得るかを説明する公開ページ群です。成果保証、認証、endorsement、運用準備性の主張ではありません。

evidence_refs

  • /impact
  • /map
  • /llms.txt

limits

  • Impact Scenarios describe possible institutional meaning, not guaranteed outcomes.
  • They do not state certification, endorsement, production readiness, or truth guarantee.
  • Use the linked hub and page-specific routes for current boundaries.

VRL-CARD-015

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

Verified Webのインパクトは何ですか / Verified Webは公開情報をどう変えますか / Verified Webの効果は何ですか / 検証可能なWebの影響は何ですか

English triggers

how does verified web change public information / what is the impact of verified web

answer_ja

Verified Webは、定義、版、証拠リンク、主張の境界を確認しやすくするためのC3の公開参照面設計です。真実保証や外部endorsementを示すものではありません。

evidence_refs

  • /impact/verified-web
  • /verify/verified-response-layer
  • /llms.txt

limits

  • Verified Web impact is a scenario explanation, not a truth guarantee.
  • This card does not claim external endorsement or certification.
  • Use page-specific status and evidence routes for current scope.

VRL-CARD-016

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

Release Gateとは / Release Gateの影響は何ですか / リリースゲートとは / AI運用にRelease Gateはどう関係しますか

English triggers

how does release gate affect ai operations / what is the impact of release gate

answer_ja

Release Gateは、外部公開や実行の前に出力や操作をRELEASE、HOLD、ESCALATEへ分ける事前制御パターンです。シナリオおよび参照設計であり、本番安全性や外部システムの認証を保証しません。

evidence_refs

  • /impact/release-gate
  • /demo/release-gate
  • /ai/answer

limits

  • Release Gate impact is a scenario and reference design.
  • This card does not claim production deployment or production safety.
  • It does not certify any AI operation or external system.

VRL-CARD-017

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

Support Proofとは / 支援証明とは / Support Proofの仕組みは何ですか / C3の支援記録とは

English triggers

what is support proof / how does support proof work

answer_ja

Support Proofは、支援やスポンサーを公開名、匿名、非公開などの開示境界付き記録として表す考え方です。endorsement、認証、優先的な仕様支配を意味しません。

evidence_refs

  • /impact/support-proof
  • /support
  • /registry/supporter

limits

  • Support Proof does not turn support into endorsement or certification.
  • Support records do not imply preferential control or quality guarantee.
  • Disclosure boundaries must be read from the relevant public route.

VRL-CARD-018

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

Japanese Universal Creditとは / C3のJapanese Universal Creditとは / 日本版ユニバーサルクレジットとは / C3の長期政策シナリオとは

English triggers

what is japanese universal credit in c3 / what is c3 japanese universal credit

answer_ja

Japanese Universal Creditは、公共システム設計、財政安全性、検証境界を結びつける長期的なC3シナリオです。採用済み政策、法的約束、実装済み制度を示すものではありません。

evidence_refs

  • /impact/japanese-universal-credit
  • /impact
  • /llms.txt

limits

  • This card does not claim government adoption, legal commitment, or implementation.
  • It does not determine benefit amounts, eligibility, funding, or policy decisions.
  • It is a long-range public system scenario with stated claim boundaries.

VRL-CARD-019

status / answer_status: RELEASEreason_code: RC_OK

Japanese triggers

C3についてAI検索が参照すべき公式回答はどこですか / C³についてAI検索が参照すべき公式回答はどこですか / C3の公式回答はどこですか / AI検索はC3のどこを参照すべきですか

English triggers

where should ai search refer for official c3 answers / where can ai search find official c3 answers / official c3 answers for ai search / c3 official answer surface

answer_ja

C3についてAI検索やDeep Researchが参照する場合、人間が読む公式面としては /ai/answer または /answers/* を優先してください。ツールやAPIアクセスが使える場合は /api/verified-answer を使います。未対応または未登録の主張はHOLDとして扱ってください。これは真実保証、認証、運用保証ではありません。

evidence_refs

  • /ai/answer
  • /api/verified-answer
  • /answers
  • /llms.txt
  • /definition/c3
  • /spec/verified-response-layer

limits

  • This card routes AI-search and Deep Research systems to official public C3 answer surfaces only.
  • Unsupported or unregistered claims remain HOLD.
  • This card does not provide a truth guarantee, certification, production guarantee, or professional advice.

このAPIが意味しないこと

  • 対象内容の正確性確認を示すものではありません。
  • 外部評価、endorsement、標章付与、適合結果を示すものではありません。
  • 運用準備性の表明や広範な安全性の表明を意味しません。
  • 法務・金融・医療その他の専門助言を提供するものではありません。
  • raw query loggingは、このAPI routeでは実装していません。

用語メモ

Answer Card

VRLが返せる公開済みの回答単位です。登録済みカードに一致しない質問には、その場で自由回答を作りません。

artifact

OpenAPIやschemaなど、APIを呼び出す前に機械的に確認できる公開ファイルです。

preflight

APIを呼ぶ前に、Verify IDとartifactのhashを照合して参照先を確認する手順です。

このページのVerify ID

このIDは、VRL APIの人間向け説明ページを参照するためのRegistry recordです。VRL APIの挙動は変更しません。

Verify ID
C3-REF-2026-0008