{
  "schema_version": "v1",
  "name_for_human": "Source — Agent-native Substrate",
  "name_for_model": "source_agent_native",
  "description_for_human": "Agent-native legislation and verified facts, pulled from official government APIs (CTH, QLD, NSW) and emitted as MCP tools, A2A skills, PACT topics, REST, OpenAPI, Python, and Gemini functions. Consensus is the quality gate on top. Australian retail and fuel market intelligence (BestPrice-merged) is also available.",
  "description_for_model": "Source is the agent-native substrate for Australian legislation and verified facts. Legislation search is free and unauthenticated: GET /api/axiom/legislation, /api/axiom/legislation/search?q=...&jurisdiction={CTH|QLD|NSW}, /api/axiom/legislation/{docId}, /api/axiom/legislation/section/{sectionId}. Applicability is predicate-driven: POST /api/scenarios/match with {predicates:{country_of_operation,product_class,export_destination,...}} returns ranked scenarios; GET /api/scenarios/{id}/applicable returns the applicability subgraph. Consensus (optional): POST /api/pact/register to get an API key, GET /api/pact/topics, then join/propose/approve. Market data lives under /api/market/*. No SDK needed — HTTP + JSON with Bearer token only where required (legislation and scenario reads are free).",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://source.tailor.au/openapi.json"
  },
  "logo_url": "https://source.tailor.au/favicon.ico",
  "contact_email": "pact@tailor.au",
  "legal_info_url": "https://github.com/TailorAU/pact/blob/main/LICENSE"
}
