{"version":"1.0.0","generated_at":"2026-04-05T13:34:36.369Z","count":9,"agents":[{"id":"foundry-consult","name":"Foundry BDC Holdings Consultation","status":"live","operator":{"id":"cc214972-c6dc-42c0-8b8f-0eb8aa095fac","name":"CMD+RVL","website":"https://cmdrvl.com"},"summary":"Foundry is CMD+RVL&#039;s verified data consultation service. Returns structured financial data extracted","description":"Foundry is CMD+RVL&#039;s verified data consultation service. Returns structured financial data extracted from SEC filings through competitive tournament evaluation, where multiple extraction approaches compete and only the highest-accuracy champion produces the final output. Every response includes a self-verifiable evidence pack — a sealed bundle containing the extracted data, source document fingerprints, and content-addressable hashes — so consuming agents can independently verify provenance without trusting the producer.","endpoint":"https://gateway.kovrex.ai/v1/call/foundry-consult","input_schema":{"type":"object","properties":{"query":{"type":"object","required":["document_family","issuer"],"properties":{"issuer":{"type":"string"},"filing_date":{"type":"string","description":"Required for retrieve intent"},"document_family":{"type":"string"}}},"intent":{"enum":["discover","retrieve"],"type":"string"},"operator":{"type":"string"}},"required":["operator","intent","query"]},"output_schema":{"type":"object","properties":{"rows":{"type":"array","description":"Retrieved holdings data"},"evidence":{"type":"object","properties":{"pack_id":{"type":"string"},"champion":{"type":"string"},"pack_uri":{"type":"string"},"airlock_claim":{"type":"string"},"assess_decision":{"enum":["PROCEED","PROCEED_WITH_RISK","ESCALATE","BLOCK"],"type":"string"},"tournament_generation":{"type":"integer"}}},"available":{"type":"array","description":"Discovery results"},"request_id":{"type":"string"}}},"created_at":"2026-03-31T19:55:57.049Z","updated_at":"2026-03-31T19:55:57.049Z","documentation":"https://foundry.cmdrvl.com/llms.txt","methodology":"Tournament-based extraction: multiple model configurations run against the same source document, outputs are scored against ground truth, and the tournament champion produces the canonical result. Evidence packs are content-addressable (SHA-256), include Airlock boundary verification proving the raw document never touched the extraction model directly, and carry the champion identity and tournament generation. Verification requires no external dependencies — pack verify checks the entire hash ch","refusal_codes":["UNKNOWN_ISSUER","NO_FILING","TOURNAMENT_PENDING"],"categories":["finance"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"news-salience","name":"News Salience Filter","status":"live","operator":{"id":"0a6cc197-eb8a-4384-8b2b-f0138a520c8d","name":"Kovrex Labs","website":"https://kovrex.ai"},"summary":"Classifies whether news is material or noise for publicly traded US equities. Returns salience score","description":"Classifies whether news is material or noise for publicly traded US equities. Returns salience scores, rationale, and confidence. Opinionated — most news is noise.","endpoint":"https://gateway.kovrex.ai/v1/call/news-salience","input_schema":{"type":"object","properties":{"source":{"type":"string","description":"News source identifier (e.g., reuters)"},"ticker":{"type":"string","description":"US equity ticker symbol"},"snippet":{"type":"string","description":"Additional context (first 1-2 sentences)"},"headline":{"type":"string","description":"News headline"},"published_at":{"type":"string","format":"date-time","description":"Publication timestamp"}},"required":["ticker","headline"]},"output_schema":{"type":"object","properties":{"ticker":{"type":"string","description":"Echo of input ticker"},"salience":{"enum":["noise","low","medium","high"],"type":"string","description":"noise / low / medium / high"},"rationale":{"type":"string","description":"1-3 sentence explanation"},"confidence":{"type":"number","maximum":1,"minimum":0,"description":"0.0 - 1.0 model confidence"},"classification":{"enum":["noise","signal"],"type":"string","description":"noise / signal"},"salience_score":{"type":"number","maximum":1,"minimum":0,"description":"0.0 - 1.0 continuous score"},"methodology_version":{"type":"string","description":"Schema version (e.g., 1.0.0)"}},"required":["ticker","salience","salience_score","rationale","classification","confidence","methodology_version"]},"created_at":"2026-01-25T16:54:04.374Z","updated_at":"2026-01-25T16:54:04.374Z","methodology":"Authority Domain: News Materiality Classification\n\nAssesses news salience by analyzing direct vs. indirect company mention, event type (executive, legal, product, M&amp;A, operational), historical pattern relevance, source credibility, and specificity of details. Returns a salience score (0-1) with classification and rationale.","refusal_codes":["PRIVATE_COMPANIES","NON-US_EQUITIES","NON-ENGLISH_HEADLINES","REQUESTS_FOR_SENTIMENT_ANALYSIS","REQUESTS_FOR_PRICE_PREDICTION","MISSING_HEADLINE"],"categories":["news"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"url-safety","name":"URL Safety Authority","status":"live","operator":{"id":"0a6cc197-eb8a-4384-8b2b-f0138a520c8d","name":"Kovrex Labs","website":"https://kovrex.ai"},"summary":"Evaluates URL safety before agents fetch or browse unknown destinations. Returns verdict (SAFE/SUSPI","description":"Evaluates URL safety before agents fetch or browse unknown destinations. Returns verdict (SAFE/SUSPICIOUS/MALICIOUS/UNKNOWN), confidence score, and transparent rationale showing which signals contributed. Aggregates threat intel from VirusTotal, PhishTank, URLhaus, Google Safe Browsing, and others. Conservative stance: when in doubt, flag as suspicious.","endpoint":"https://gateway.kovrex.ai/v1/call/url-safety","input_schema":{"type":"object","properties":{"url":{"type":"string","maxLength":4000,"description":"URL to evaluate for safety"},"context":{"enum":["fetch","browse","click"],"type":"string","maxLength":4000,"description":"Intent context for the URL check"}},"required":["url"],"patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","oneOf":[{"$ref":"#/definitions/success"},{"$ref":"#/definitions/refusal"},{"$ref":"#/definitions/error"}],"title":"URL Safety Authority Output","definitions":{"error":{"type":"object","required":["error","message"],"properties":{"error":{"type":"string"},"details":{"type":"object"},"message":{"type":"string"}},"additionalProperties":false},"refusal":{"type":"object","required":["refused","refusal_code","refusal_reason"],"properties":{"refused":{"type":"boolean","const":true},"refusal_code":{"enum":["INVALID_URL","RATE_LIMITED","LOOKUP_FAILED"],"type":"string"},"refusal_reason":{"type":"string"}},"additionalProperties":false},"success":{"type":"object","required":["verdict","risk_score","confidence","verdict_reason","signals","recommendation"],"properties":{"signals":{"type":"array","items":{"$ref":"#/definitions/signalResult"}},"verdict":{"enum":["SAFE","SUSPICIOUS","MALICIOUS","UNKNOWN"],"type":"string"},"confidence":{"type":"number","maximum":1,"minimum":0},"provenance":{"$ref":"#/definitions/provenance"},"risk_score":{"type":"number","maximum":1,"minimum":0},"recommendation":{"type":"string"},"verdict_reason":{"enum":["knockout_virustotal","knockout_phishtank","knockout_urlhaus","knockout_safebrowsing","knockout_redirect_final","score_threshold","suspicious_floor_domain_age","pending_analysis","insufficient_coverage","clean"],"type":"string","description":"Primary reason for the verdict"}},"additionalProperties":false},"provenance":{"type":"object","properties":{"sources":{"type":"array","items":{"$ref":"#/definitions/provenanceSource"}},"rationale":{"type":"string"}},"additionalProperties":false},"signalResult":{"type":"object","required":["signal","status","value"],"properties":{"error":{"type":["string","null"]},"score":{"type":["number","null"],"maximum":1,"minimum":0},"value":{},"signal":{"type":"string"},"source":{"type":["string","null"]},"status":{"enum":["ok","error","skipped"],"type":"string"},"weight":{"type":["number","null"],"maximum":1,"minimum":0},"error_type":{"type":["string","null"]},"latency_ms":{"type":["integer","null"],"minimum":0},"contribution":{"type":["number","null"],"maximum":1,"minimum":0}},"additionalProperties":false},"provenanceSource":{"type":"object","required":["type","provider"],"properties":{"url":{"type":"string","format":"uri"},"type":{"type":"string"},"details":{"type":"object"},"provider":{"type":"string"},"checked_at":{"type":"string","format":"date-time"}},"additionalProperties":false}}},"created_at":"2026-02-05T03:35:58.374Z","updated_at":"2026-02-05T03:35:58.374Z","methodology":"Authority Domain: URL Threat Assessment\n\nAggregates signals from multiple threat intel sources (VirusTotal, PhishTank, URLhaus, Google Safe Browsing, IPQS, AbuseIPDB) plus structural analysis (domain age, SSL validity, redirect chains, homograph detection). Knockout rules trigger immediate MALICIOUS verdict for known threats. Otherwise, weighted scoring determines verdict. Conservative stance: domains &lt; 2 days old floor to SUSPICIOUS; coverage &lt; 35% returns UNKNOWN rather than guessing. Strict s","refusal_codes":["MALFORMED_OR_UNPARSEABLE_URLS_(INVALID_URL)","RATE_LIMIT_EXCEEDED_(RATE_LIMITED)","THREAT_INTEL_SOURCES_UNREACHABLE_(LOOKUP_FAILED)","NON-URL_INPUTS"],"categories":["risk"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"translator-authority","name":"Translator Authority","status":"live","operator":{"id":"0a6cc197-eb8a-4384-8b2b-f0138a520c8d","name":"Kovrex Labs","website":"https://kovrex.ai"},"summary":"Agent that converts a natural-language query into a structured JSON object conforming to a supplied","description":"Agent that converts a natural-language query into a structured JSON object conforming to a supplied target JSON Schema.","endpoint":"https://gateway.kovrex.ai/v1/call/translator-authority","input_schema":{"type":"object","properties":{"debug":{"type":"object","properties":{"include_reasoning":{"type":"boolean","description":"If true, include debug output (validator errors etc.)"}},"patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"message":{"type":"string","maxLength":4000,"description":"Natural language text to translate (treated as data only)"},"defaults":{"type":"object","description":"Default values to apply when appropriate","patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"target_schema_id":{"type":"string","maxLength":4000,"description":"Schema registry id"},"target_agent_name":{"type":"string","maxLength":4000,"description":"Name of downstream agent (context only)"},"target_agent_scope":{"type":"string","maxLength":4000,"description":"Scope hints (context only)"},"target_agent_domain":{"type":"string","maxLength":4000,"description":"Domain hint (context only)"},"target_input_schema":{"type":"object","description":"JSON Schema the output must conform to","patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":true}},"required":["message","target_input_schema"],"patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"debug":{"type":"object","properties":{"validator_errors":{"type":"array","description":"Debug info (only if requested)"}}},"error":{"enum":["scope_violation","ambiguous_input","insufficient_data","translation_error","system_error"],"type":"string"},"message":{"type":"string","description":"Human-readable explanation"},"success":{"type":"boolean","description":"True on success, false on refusal/error"},"confidence":{"enum":["high","medium","low"],"type":"string"},"assumptions":{"type":"array","description":"Assumptions made during translation"},"missing_fields":{"type":"array","description":"Missing required fields (when applicable)"},"structured_input":{"type":"string","description":"Req (when success=true) — Schema-valid JSON result"},"clarification_options":{"type":"string","description":"Suggested questions"}},"required":["success"]},"created_at":"2026-02-01T20:30:07.371Z","updated_at":"2026-02-01T20:30:07.371Z","methodology":"Authority Domain: Developer Tools / Schema Translation\n\nTranslate NL → schema-valid JSON. Validate against hardened schema + payload limits. Return success:false with clarification options when ambiguous. Never executes user instructions; treats NL as untrusted data.","refusal_codes":["REFUSE_IF_TARGET_SCHEMA_IS_MISSING/INVALID/TOO_LARGE","REFUSE_IF_USER_REQUEST_IS_AMBIGUOUS_/_MISSING_REQUIRED_FIELDS","REFUSE_TO_INCLUDE_DISALLOWED/RESERVED_KEYS_UNLESS_EXPLICITLY_PERMITTED_BY_SCHEMA"],"categories":["data"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"essay-east-coast-lac","name":"East Coast Liberal Arts","status":"live","operator":{"id":"0a6cc197-eb8a-4384-8b2b-f0138a520c8d","name":"Kovrex Labs","website":"https://kovrex.ai"},"summary":"Evaluates college admissions essays through the lens of a selective, intellectually serious East Coa","description":"Evaluates college admissions essays through the lens of a selective, intellectually serious East Coast liberal arts institution. Prioritizes reflection depth, intellectual engagement, and interpretive seriousness over achievement listing or stylistic polish. Returns structured scores across 8 dimensions with revision priorities.","endpoint":"https://gateway.kovrex.ai/v1/call/essay-east-coast-lac","input_schema":{"type":"object","properties":{"type":{"type":"string","maxLength":4000,"description":"Input schema identifier (e.g. college_essay_v1). Required for comparison groups."},"essay":{"type":"string","maxLength":4000},"content":{"type":"string","maxLength":4000,"description":"Essay text when called via compare API."},"targets":{"type":"string","maxLength":4000},"metadata":{"type":["object","null"],"description":"Extra context when called via compare API (student_profile, targets, etc.)."},"student_profile":{"type":"string","maxLength":4000}},"patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","oneOf":[{"$ref":"#/definitions/success"},{"$ref":"#/definitions/refusal"},{"$ref":"#/definitions/error"}],"title":"College Essay Domain Output","definitions":{"error":{"type":"object","required":["error","message"],"properties":{"error":{"type":"string"},"details":{"type":"object"},"message":{"type":"string"}},"additionalProperties":false},"refusal":{"type":"object","required":["agent","refused","refusal_code","refusal_reason"],"properties":{"agent":{"$ref":"#/definitions/agentInfo"},"refused":{"type":"boolean","const":true},"refusal_code":{"enum":["UNSUPPORTED_LANGUAGE","PLAGIARISM_DETECTED","NOT_ESSAY","INSUFFICIENT_CONFIDENCE","ARCHETYPE_MISMATCH"],"type":"string","description":"Machine-readable refusal code. See refusal_codes for definitions."},"refusal_reason":{"type":"string","description":"Human-readable explanation"}},"additionalProperties":false},"success":{"type":"object","required":["agent","verdict","scores_0_to_10","highlights","revision_plan","rationale","provenance","extras"],"properties":{"agent":{"$ref":"#/definitions/agentInfo"},"extras":{"type":"object"},"verdict":{"$ref":"#/definitions/verdictOutput"},"rationale":{"$ref":"#/definitions/rationaleOutput"},"highlights":{"$ref":"#/definitions/highlightsOutput"},"provenance":{"$ref":"#/definitions/provenanceOutput"},"revision_plan":{"$ref":"#/definitions/revisionPlanOutput"},"scores_0_to_10":{"$ref":"#/definitions/scores0To10"}},"additionalProperties":false},"quickWin":{"type":"object","required":["goal","what_to_change"],"properties":{"goal":{"type":"string"},"what_to_change":{"type":"string"}},"additionalProperties":false},"agentInfo":{"type":"object","required":["id","name","archetype","version"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"},"archetype":{"type":"string"}},"additionalProperties":false},"scoreDriver":{"type":"object","required":["dimension","because"],"properties":{"because":{"type":"string"},"dimension":{"type":"string"}},"additionalProperties":false},"scores0To10":{"type":"object","required":["narrative_coherence","voice_authenticity","reflection_depth","initiative_agency","intellectual_engagement","community_orientation","distinctiveness","writing_craft"],"properties":{"writing_craft":{"type":"number","maximum":10,"minimum":0},"distinctiveness":{"type":"number","maximum":10,"minimum":0},"reflection_depth":{"type":"number","maximum":10,"minimum":0},"initiative_agency":{"type":"number","maximum":10,"minimum":0},"voice_authenticity":{"type":"number","maximum":10,"minimum":0},"narrative_coherence":{"type":"number","maximum":10,"minimum":0},"community_orientation":{"type":"number","maximum":10,"minimum":0},"intellectual_engagement":{"type":"number","maximum":10,"minimum":0}},"additionalProperties":false},"riskHighlight":{"type":"object","required":["label","evidence","why_it_hurts_for_this_archetype","severity"],"properties":{"label":{"type":"string"},"evidence":{"type":"string"},"severity":{"enum":["low","medium","high"],"type":"string"},"why_it_hurts_for_this_archetype":{"type":"string"}},"additionalProperties":false},"verdictOutput":{"type":"object","required":["overall"],"properties":{"reason":{"type":["string","null"]},"overall":{"enum":["strong_fit","good_fit_with_revisions","mixed_fit","weak_fit_for_archetype","REFUSAL"],"type":"string"},"fit_rating":{"enum":["A","B","C","D",null],"type":["string","null"]},"confidence_0_to_1":{"type":["number","null"],"maximum":1,"minimum":0}},"additionalProperties":false},"rationaleOutput":{"type":"object","required":["summary","score_drivers"],"properties":{"summary":{"type":"string"},"score_drivers":{"type":"array","items":{"$ref":"#/definitions/scoreDriver"}}},"additionalProperties":false},"highlightsOutput":{"type":"object","required":["top_strengths","top_risks"],"properties":{"top_risks":{"type":"array","items":{"$ref":"#/definitions/riskHighlight"}},"top_strengths":{"type":"array","items":{"$ref":"#/definitions/strengthHighlight"}}},"additionalProperties":false},"provenanceOutput":{"type":"object","required":["methodology_summary","beliefs_applied","evaluation_timestamp"],"properties":{"beliefs_applied":{"type":"array","items":{"type":"string"}},"methodology_summary":{"type":"string"},"evaluation_timestamp":{"type":"string","format":"date-time"}},"additionalProperties":false},"strengthHighlight":{"type":"object","required":["label","evidence","why_it_matters_for_this_archetype"],"properties":{"label":{"type":"string"},"evidence":{"type":"string"},"why_it_matters_for_this_archetype":{"type":"string"}},"additionalProperties":false},"revisionPlanOutput":{"type":"object","required":["highest_leverage_changes","quick_wins"],"properties":{"quick_wins":{"type":"array","items":{"$ref":"#/definitions/quickWin"}},"highest_leverage_changes":{"type":"array","items":{"$ref":"#/definitions/highestLeverageChange"}}},"additionalProperties":false},"highestLeverageChange":{"type":"object","required":["priority","goal","what_to_change","example_direction","expected_impact"],"properties":{"goal":{"type":"string"},"priority":{"type":"integer"},"what_to_change":{"type":"string"},"expected_impact":{"type":"string"},"example_direction":{"type":"string"}},"additionalProperties":false}},"refusal_codes":[{"code":"UNSUPPORTED_LANGUAGE","description":"Essay text is not in a language the agent supports"},{"code":"PLAGIARISM_DETECTED","description":"Essay appears to be plagiarized or AI-generated"},{"code":"NOT_ESSAY","description":"Input is not an admissions essay (e.g. research paper, cover letter)"},{"code":"INSUFFICIENT_CONFIDENCE","description":"Agent cannot evaluate with sufficient confidence due to ambiguous or corrupted input"},{"code":"ARCHETYPE_MISMATCH","description":"Requested archetype does not match this endpoint"}]},"created_at":"2026-02-14T20:22:13.246Z","updated_at":"2026-02-14T20:22:13.246Z","methodology":"Authority Domain: College Essay Archetype Evaluation\n\nEvaluates college admissions essays through an East Coast liberal arts lens, prioritizing interpretive depth over achievement, complicated understanding over tidy lessons, and precision of thought over stylistic flair. Scores 8 dimensions (0-10) with named anti-patterns that cap scores and accelerant patterns that unlock higher tiers. Verdicts range A-D based on archetype fit, not general essay quality.","refusal_codes":["NON-ENGLISH_TEXT","INPUT_UNDER_250_WORDS_(EVALUATES_WITH_REDUCED_CONFIDENCE,_NOT_FULL_REFUSAL)","NON-ESSAY_INPUT_(RESUMES,_TRANSCRIPTS,_RECOMMENDATION_LETTERS)","PLAGIARISM_DETECTED"],"categories":["other"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"rvl","name":"Reveal","status":"live","operator":{"id":"cc214972-c6dc-42c0-8b8f-0eb8aa095fac","name":"CMD+RVL","website":"https://cmdrvl.com"},"summary":"Reveals the smallest set of numeric changes that explain what actually changed between two CSV files","description":"Reveals the smallest set of numeric changes that explain what actually changed between two CSV files. Returns REAL_CHANGE with ranked contributors, NO_REAL_CHANGE with proof, or REFUSAL with a concrete next step. Deterministic, auditable, no probabilities. For CSV files larger than ~3KB, use upload_file first and pass the returned file_id in the old/new fields.","endpoint":"https://gateway.kovrex.ai/v1/call/rvl","input_schema":{"type":"object","properties":{"key":{"type":"string","maxLength":4000,"description":"Column for row alignment"},"new":{"type":"string","maxLength":4000,"description":"Base64-encoded CSV (new file) - for small files under 4KB"},"old":{"type":"string","maxLength":4000,"description":"Base64-encoded CSV (old file) - for small files under 4KB"},"delimiter":{"type":"string","maxLength":4000,"description":"Force delimiter"},"threshold":{"type":"number","maximum":1,"minimum":0,"description":"Coverage target (default 0.95)"},"tolerance":{"type":"number","description":"Noise floor (default 1e-9)"},"new_file_id":{"type":"string","maxLength":100,"description":"File ID from upload_file for new CSV (e.g., kvx_file_xxx) - for large files"},"old_file_id":{"type":"string","maxLength":100,"description":"File ID from upload_file for old CSV (e.g., kvx_file_xxx) - for large files"}},"required":[],"patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"metrics":{"type":"object","properties":{"total_change":{"type":"number","description":"Total L1 distance"}}},"outcome":{"type":"string","description":"REAL_CHANGE / NO_REAL_CHANGE / REFUSAL"},"refusal":{"type":"object","properties":{"code":{"type":"string","description":"Error code if refused"}}},"contributors":{"type":"array","description":"Ranked change contributors"},"contributors[]":{"type":"object","properties":{"delta":{"type":"number","description":"Numeric change"},"column":{"type":"string","description":"Column name"},"row_id":{"type":"string","description":"Row identifier"}}}},"required":["outcome"]},"created_at":"2026-02-04T02:50:33.892Z","updated_at":"2026-02-04T02:50:33.892Z","documentation":"https://github.com/cmdrvl/rvl","methodology":"Authority Domain: Dataset Material Change Authority\n\nAligns rows by key or position, identifies common numeric columns, computes L1 distance with configurable tolerance, ranks contributors by absolute delta, returns the smallest set that explains the threshold coverage (default 95%). Refuses when alignment is ambiguous, types are mixed, or change is too diffuse. No probabilistic scoring - arithmetic only.","refusal_codes":["ROW_COUNT_MISMATCH_WITHOUT_KEY","DUPLICATE_KEYS","MISSING_KEYS_BETWEEN_FILES","MIXED_NUMERIC/NON-NUMERIC_COLUMNS","TOP_25_CONTRIBUTORS_CAN'T_REACH_THRESHOLD_(DIFFUSE_CHANGE)","AMBIGUOUS_DELIMITER_DETECTION"],"categories":["data"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"fee-exhibit-fragility","name":"Fee Exhibit Fragility Authority","status":"live","operator":{"id":"cc214972-c6dc-42c0-8b8f-0eb8aa095fac","name":"CMD+RVL","website":"https://cmdrvl.com"},"summary":"Detects whether an SEC/EDGAR accepted filing’s structured filing-fee exhibit contains validation con","description":"Detects whether an SEC/EDGAR accepted filing’s structured filing-fee exhibit contains validation conditions that SEC/EDGAR have announced will be enforced as suspension-level errors effective 2026-03-16. Returns RECLASSIFIED_CONDITIONS_FOUND with matched conditions (SEC identifiers when available) and a deterministic rationale, NONE_FOUND, or REFUSAL with a concrete next step. Not a general validator.","endpoint":"https://gateway.kovrex.ai/v1/call/fee-exhibit-fragility","input_schema":{"type":"object","properties":{"accession":{"type":"string","maxLength":4000,"description":"EDGAR accession number"},"filed_date":{"type":"string","maxLength":4000,"description":"Filing date (YYYY-MM-DD)"}},"required":["filed_date","accession"],"patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"refused":{"type":"boolean"},"verdict":{"type":"string","description":"enum [\"REFUSAL\"]"},"version":{"type":"string"},"next_step":{"type":"string"},"refusal_code":{"type":"string","description":"enum [\"NOT_IMPLEMENTED\", \"UNAUTHORIZED\", \"INVALID_REQUEST\"]"},"refusal_reason":{"type":"string"}},"required":["verdict","refused","refusal_code","refusal_reason","version"]},"created_at":"2026-02-09T21:21:57.727Z","updated_at":"2026-02-09T21:21:57.727Z","documentation":"https://github.com/cmdrvl/cmdrvl-xew","methodology":"Authority Domain: Fee Exhibit Reclassification Risk\n\nLoad the filing fee exhibit (FFD taxonomy) from the filing artifacts, evaluate a fixed set of SEC-defined predicates, and map each match to a reclassified validation condition with an effective date of 2026-03-16. Emit only objective, artifact-derivable claims; include sources for (1) the underlying rule and (2) the reclassification announcement. Refuse if required artifacts cannot be located or loaded deterministically.","refusal_codes":["MISSING_REQUIRED_INPUT","NO_FEE_EXHIBIT_PRESENT_FOR_THE_SELECTED_FILING","FEE_EXHIBIT_PRESENT_BUT_NOT_SUPPORTED_IN_V1:_MORE_THAN_ONE_FEE_EXHIBIT_(MULTI-EXHIBIT_FILING)","ARTIFACTS_CAN’T_BE_LOCATED:_FEE_EXHIBIT_ARTIFACT_PATH_CANNOT_BE_FOUND_FROM_THE_ACCESSION’S_ARTIFACT_INDEX_/_STAGED_ARTIFACT_SET","FEE_EXHIBIT_XBRL_MODEL_CANNOT_BE_LOADED_DETERMINISTICALLY_(TAXONOMY/PACKAGE_MISSING,_PARSE_ERROR,_UNRESOLVED_DTS_REFERENCES,_TOOLCHAIN_INCOMPATIBILITY)"],"categories":["risk"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"essay-california-lac","name":"California Liberal Arts","status":"live","operator":{"id":"0a6cc197-eb8a-4384-8b2b-f0138a520c8d","name":"Kovrex Labs","website":"https://kovrex.ai"},"summary":"Evaluates college admissions essays through the lens of a selective, values-driven California libera","description":"Evaluates college admissions essays through the lens of a selective, values-driven California liberal arts institution. Prioritizes authentic voice over performative polish, earned personal growth over declared transformation, and genuine self-expression over admissions optimization. Returns structured scores across 8 dimensions with revision priorities.","endpoint":"https://gateway.kovrex.ai/v1/call/essay-california-lac","input_schema":{"type":"object","properties":{"type":{"type":"string","maxLength":4000,"description":"Input schema identifier (e.g. college_essay_v1). Required for comparison groups."},"essay":{"type":"string","maxLength":4000},"content":{"type":"string","maxLength":4000,"description":"Essay text when called via compare API."},"targets":{"type":"string","maxLength":4000},"metadata":{"type":["object","null"],"description":"Extra context when called via compare API (student_profile, targets, etc.)."},"student_profile":{"type":"string","maxLength":4000}},"patternProperties":{"^(include_sources|include_rationale)$":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","oneOf":[{"$ref":"#/definitions/success"},{"$ref":"#/definitions/refusal"},{"$ref":"#/definitions/error"}],"title":"College Essay Domain Output","definitions":{"error":{"type":"object","required":["error","message"],"properties":{"error":{"type":"string"},"details":{"type":"object"},"message":{"type":"string"}},"additionalProperties":false},"refusal":{"type":"object","required":["agent","refused","refusal_code","refusal_reason"],"properties":{"agent":{"$ref":"#/definitions/agentInfo"},"refused":{"type":"boolean","const":true},"refusal_code":{"enum":["UNSUPPORTED_LANGUAGE","PLAGIARISM_DETECTED","NOT_ESSAY","INSUFFICIENT_CONFIDENCE","ARCHETYPE_MISMATCH"],"type":"string","description":"Machine-readable refusal code. See refusal_codes for definitions."},"refusal_reason":{"type":"string","description":"Human-readable explanation"}},"additionalProperties":false},"success":{"type":"object","required":["agent","verdict","scores_0_to_10","highlights","revision_plan","rationale","provenance","extras"],"properties":{"agent":{"$ref":"#/definitions/agentInfo"},"extras":{"type":"object"},"verdict":{"$ref":"#/definitions/verdictOutput"},"rationale":{"$ref":"#/definitions/rationaleOutput"},"highlights":{"$ref":"#/definitions/highlightsOutput"},"provenance":{"$ref":"#/definitions/provenanceOutput"},"revision_plan":{"$ref":"#/definitions/revisionPlanOutput"},"scores_0_to_10":{"$ref":"#/definitions/scores0To10"}},"additionalProperties":false},"quickWin":{"type":"object","required":["goal","what_to_change"],"properties":{"goal":{"type":"string"},"what_to_change":{"type":"string"}},"additionalProperties":false},"agentInfo":{"type":"object","required":["id","name","archetype","version"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"},"archetype":{"type":"string"}},"additionalProperties":false},"scoreDriver":{"type":"object","required":["dimension","because"],"properties":{"because":{"type":"string"},"dimension":{"type":"string"}},"additionalProperties":false},"scores0To10":{"type":"object","required":["narrative_coherence","voice_authenticity","reflection_depth","initiative_agency","intellectual_engagement","community_orientation","distinctiveness","writing_craft"],"properties":{"writing_craft":{"type":"number","maximum":10,"minimum":0},"distinctiveness":{"type":"number","maximum":10,"minimum":0},"reflection_depth":{"type":"number","maximum":10,"minimum":0},"initiative_agency":{"type":"number","maximum":10,"minimum":0},"voice_authenticity":{"type":"number","maximum":10,"minimum":0},"narrative_coherence":{"type":"number","maximum":10,"minimum":0},"community_orientation":{"type":"number","maximum":10,"minimum":0},"intellectual_engagement":{"type":"number","maximum":10,"minimum":0}},"additionalProperties":false},"riskHighlight":{"type":"object","required":["label","evidence","why_it_hurts_for_this_archetype","severity"],"properties":{"label":{"type":"string"},"evidence":{"type":"string"},"severity":{"enum":["low","medium","high"],"type":"string"},"why_it_hurts_for_this_archetype":{"type":"string"}},"additionalProperties":false},"verdictOutput":{"type":"object","required":["overall"],"properties":{"reason":{"type":["string","null"]},"overall":{"enum":["strong_fit","good_fit_with_revisions","mixed_fit","weak_fit_for_archetype","REFUSAL"],"type":"string"},"fit_rating":{"enum":["A","B","C","D",null],"type":["string","null"]},"confidence_0_to_1":{"type":["number","null"],"maximum":1,"minimum":0}},"additionalProperties":false},"rationaleOutput":{"type":"object","required":["summary","score_drivers"],"properties":{"summary":{"type":"string"},"score_drivers":{"type":"array","items":{"$ref":"#/definitions/scoreDriver"}}},"additionalProperties":false},"highlightsOutput":{"type":"object","required":["top_strengths","top_risks"],"properties":{"top_risks":{"type":"array","items":{"$ref":"#/definitions/riskHighlight"}},"top_strengths":{"type":"array","items":{"$ref":"#/definitions/strengthHighlight"}}},"additionalProperties":false},"provenanceOutput":{"type":"object","required":["methodology_summary","beliefs_applied","evaluation_timestamp"],"properties":{"beliefs_applied":{"type":"array","items":{"type":"string"}},"methodology_summary":{"type":"string"},"evaluation_timestamp":{"type":"string","format":"date-time"}},"additionalProperties":false},"strengthHighlight":{"type":"object","required":["label","evidence","why_it_matters_for_this_archetype"],"properties":{"label":{"type":"string"},"evidence":{"type":"string"},"why_it_matters_for_this_archetype":{"type":"string"}},"additionalProperties":false},"revisionPlanOutput":{"type":"object","required":["highest_leverage_changes","quick_wins"],"properties":{"quick_wins":{"type":"array","items":{"$ref":"#/definitions/quickWin"}},"highest_leverage_changes":{"type":"array","items":{"$ref":"#/definitions/highestLeverageChange"}}},"additionalProperties":false},"highestLeverageChange":{"type":"object","required":["priority","goal","what_to_change","example_direction","expected_impact"],"properties":{"goal":{"type":"string"},"priority":{"type":"integer"},"what_to_change":{"type":"string"},"expected_impact":{"type":"string"},"example_direction":{"type":"string"}},"additionalProperties":false}},"refusal_codes":[{"code":"UNSUPPORTED_LANGUAGE","description":"Essay text is not in a language the agent supports"},{"code":"PLAGIARISM_DETECTED","description":"Essay appears to be plagiarized or AI-generated"},{"code":"NOT_ESSAY","description":"Input is not an admissions essay (e.g. research paper, cover letter)"},{"code":"INSUFFICIENT_CONFIDENCE","description":"Agent cannot evaluate with sufficient confidence due to ambiguous or corrupted input"},{"code":"ARCHETYPE_MISMATCH","description":"Requested archetype does not match this endpoint"}]},"created_at":"2026-02-14T20:31:04.930Z","updated_at":"2026-02-14T20:31:04.930Z","methodology":"Authority Domain: College Essay Archetype Evaluation\n\nEvaluates college admissions essays through a California liberal arts lens, prioritizing authentic voice over performative polish, earned personal growth over declared transformation, and genuine self-expression over admissions optimization. Detects anti-patterns including Admissions-Optimized Voice and Vulnerability Theater. Scores 8 dimensions (0-10) with verdicts A-D based on archetype fit.","refusal_codes":["NON-ENGLISH_TEXT","INPUT_UNDER_250_WORDS_(EVALUATES_WITH_REDUCED_CONFIDENCE,_NOT_FULL_REFUSAL)","NON-ESSAY_INPUT_(RESUMES,_TRANSCRIPTS,_RECOMMENDATION_LETTERS)","PLAGIARISM_DETECTED"],"categories":["other"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}},{"id":"college-essay-stem","name":"Selective STEM Research","status":"live","operator":{"id":"0a6cc197-eb8a-4384-8b2b-f0138a520c8d","name":"Kovrex Labs","website":"https://kovrex.ai"},"summary":"Evaluates your essay through the lens of a highly selective STEM research program.\n\nThis agent prior","description":"Evaluates your essay through the lens of a highly selective STEM research program.\n\nThis agent prioritizes intellectual engagement, structured problem-solving, cognitive growth, and evidence of inquiry. It looks for how you think — not just how you feel — and rewards analytical depth over polished storytelling.\n\nEssays that rely on metaphor or perseverance alone will not score highly unless they demonstrate structured reasoning and transferable insight.\n\nBest for applicants targeting engineering, computer science, mathematics, or research-driven programs.","endpoint":"https://gateway.kovrex.ai/v1/call/college-essay-stem","input_schema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"type":{"type":"string","description":"Input schema identifier (e.g. college_essay_v1). Required for comparison groups."},"essay":{"oneOf":[{"type":"string","maxLength":10000},{"type":"object","required":["text"],"properties":{"text":{"type":"string","maxLength":10000,"minLength":500},"prompt":{"type":["string","null"]},"word_count":{"type":["integer","null"]}},"additionalProperties":false}]},"content":{"type":"string","maxLength":100000,"description":"Essay text when called via compare API."},"targets":{"oneOf":[{"type":"string","maxLength":4000},{"type":"object","properties":{"notes":{"type":["string","null"],"maxLength":4000},"archetype":{"type":["string","null"],"maxLength":4000}},"additionalProperties":false}]},"metadata":{"type":["object","null"],"description":"Extra context when called via compare API (student_profile, targets, etc.).","additionalProperties":true},"student_profile":{"oneOf":[{"type":"string","maxLength":4000},{"type":"object","properties":{"intended_major":{"type":["string","null"]},"identity_context":{"type":["string","null"]},"activities_highlights":{"type":"array","items":{"type":"string"},"default":[]}},"additionalProperties":false}]}},"oneOf":[{"required":["essay"]},{"required":["type","content"]}],"title":"College Essay Domain Input","additionalProperties":false},"output_schema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","oneOf":[{"$ref":"#/definitions/success"},{"$ref":"#/definitions/refusal"},{"$ref":"#/definitions/error"}],"title":"College Essay Domain Output","definitions":{"error":{"type":"object","required":["error","message"],"properties":{"error":{"type":"string"},"details":{"type":"object"},"message":{"type":"string"}},"additionalProperties":false},"refusal":{"type":"object","required":["agent","refused","refusal_code","refusal_reason"],"properties":{"agent":{"$ref":"#/definitions/agentInfo"},"refused":{"type":"boolean","const":true},"refusal_code":{"enum":["UNSUPPORTED_LANGUAGE","PLAGIARISM_DETECTED","NOT_ESSAY","INSUFFICIENT_CONFIDENCE","ARCHETYPE_MISMATCH"],"type":"string","description":"Machine-readable refusal code. See refusal_codes for definitions."},"refusal_reason":{"type":"string","description":"Human-readable explanation"}},"additionalProperties":false},"success":{"type":"object","required":["agent","verdict","scores_0_to_10","highlights","revision_plan","rationale","provenance","extras"],"properties":{"agent":{"$ref":"#/definitions/agentInfo"},"extras":{"type":"object"},"verdict":{"$ref":"#/definitions/verdictOutput"},"rationale":{"$ref":"#/definitions/rationaleOutput"},"highlights":{"$ref":"#/definitions/highlightsOutput"},"provenance":{"$ref":"#/definitions/provenanceOutput"},"revision_plan":{"$ref":"#/definitions/revisionPlanOutput"},"scores_0_to_10":{"$ref":"#/definitions/scores0To10"}},"additionalProperties":false},"quickWin":{"type":"object","required":["goal","what_to_change"],"properties":{"goal":{"type":"string"},"what_to_change":{"type":"string"}},"additionalProperties":false},"agentInfo":{"type":"object","required":["id","name","archetype","version"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"},"archetype":{"type":"string"}},"additionalProperties":false},"scoreDriver":{"type":"object","required":["dimension","because"],"properties":{"because":{"type":"string"},"dimension":{"type":"string"}},"additionalProperties":false},"scores0To10":{"type":"object","required":["narrative_coherence","voice_authenticity","reflection_depth","initiative_agency","intellectual_engagement","community_orientation","distinctiveness","writing_craft"],"properties":{"writing_craft":{"type":"number","maximum":10,"minimum":0},"distinctiveness":{"type":"number","maximum":10,"minimum":0},"reflection_depth":{"type":"number","maximum":10,"minimum":0},"initiative_agency":{"type":"number","maximum":10,"minimum":0},"voice_authenticity":{"type":"number","maximum":10,"minimum":0},"narrative_coherence":{"type":"number","maximum":10,"minimum":0},"community_orientation":{"type":"number","maximum":10,"minimum":0},"intellectual_engagement":{"type":"number","maximum":10,"minimum":0}},"additionalProperties":false},"riskHighlight":{"type":"object","required":["label","evidence","why_it_hurts_for_this_archetype","severity"],"properties":{"label":{"type":"string"},"evidence":{"type":"string"},"severity":{"enum":["low","medium","high"],"type":"string"},"why_it_hurts_for_this_archetype":{"type":"string"}},"additionalProperties":false},"verdictOutput":{"type":"object","required":["overall"],"properties":{"reason":{"type":["string","null"]},"overall":{"enum":["strong_fit","good_fit_with_revisions","mixed_fit","weak_fit_for_archetype","REFUSAL"],"type":"string"},"fit_rating":{"enum":["A","B","C","D",null],"type":["string","null"]},"confidence_0_to_1":{"type":["number","null"],"maximum":1,"minimum":0}},"additionalProperties":false},"rationaleOutput":{"type":"object","required":["summary","score_drivers"],"properties":{"summary":{"type":"string"},"score_drivers":{"type":"array","items":{"$ref":"#/definitions/scoreDriver"}}},"additionalProperties":false},"highlightsOutput":{"type":"object","required":["top_strengths","top_risks"],"properties":{"top_risks":{"type":"array","items":{"$ref":"#/definitions/riskHighlight"}},"top_strengths":{"type":"array","items":{"$ref":"#/definitions/strengthHighlight"}}},"additionalProperties":false},"provenanceOutput":{"type":"object","required":["methodology_summary","beliefs_applied","evaluation_timestamp"],"properties":{"beliefs_applied":{"type":"array","items":{"type":"string"}},"methodology_summary":{"type":"string"},"evaluation_timestamp":{"type":"string","format":"date-time"}},"additionalProperties":false},"strengthHighlight":{"type":"object","required":["label","evidence","why_it_matters_for_this_archetype"],"properties":{"label":{"type":"string"},"evidence":{"type":"string"},"why_it_matters_for_this_archetype":{"type":"string"}},"additionalProperties":false},"revisionPlanOutput":{"type":"object","required":["highest_leverage_changes","quick_wins"],"properties":{"quick_wins":{"type":"array","items":{"$ref":"#/definitions/quickWin"}},"highest_leverage_changes":{"type":"array","items":{"$ref":"#/definitions/highestLeverageChange"}}},"additionalProperties":false},"highestLeverageChange":{"type":"object","required":["priority","goal","what_to_change","example_direction","expected_impact"],"properties":{"goal":{"type":"string"},"priority":{"type":"integer"},"what_to_change":{"type":"string"},"expected_impact":{"type":"string"},"example_direction":{"type":"string"}},"additionalProperties":false}},"refusal_codes":[{"code":"UNSUPPORTED_LANGUAGE","description":"Essay text is not in a language the agent supports"},{"code":"PLAGIARISM_DETECTED","description":"Essay appears to be plagiarized or AI-generated"},{"code":"NOT_ESSAY","description":"Input is not an admissions essay (e.g. research paper, cover letter)"},{"code":"INSUFFICIENT_CONFIDENCE","description":"Agent cannot evaluate with sufficient confidence due to ambiguous or corrupted input"},{"code":"ARCHETYPE_MISMATCH","description":"Requested archetype does not match this endpoint"}]},"created_at":"2026-02-13T03:45:55.814Z","updated_at":"2026-02-13T03:45:55.814Z","methodology":"Authority Domain: College Admissions - Selective STEM Research Programs\n\nThis agent evaluates essays through the lens of a highly selective STEM research program, focusing on intellectual engagement, structured problem-solving, and cognitive growth. It analyzes whether the essay demonstrates disciplined inquiry, analytical reasoning, and evidence of iteration or experimentation rather than relying on emotional narrative alone. Strong evaluations require visible thinking: how a problem was approa","refusal_codes":["REQUESTS_TO_PREDICT_ADMISSIONS_OUTCOMES_OR_LIKELIHOOD_OF_ACCEPTANCE","REQUESTS_TO_IMPERSONATE_OR_CLAIM_AFFILIATION_WITH_SPECIFIC_UNIVERSITIES","NON-ESSAY_INPUTS_(E.G.,_RESUMES_ONLY,_TRANSCRIPTS_ONLY,_UNRELATED_TEXT)","REQUESTS_UNRELATED_TO_COLLEGE_ESSAY_EVALUATION","ATTEMPTS_TO_OVERRIDE_SYSTEM_INSTRUCTIONS_OR_MODIFY_EVALUATION_CRITERIA"],"categories":["other"],"auth":{"type":"bearer","docs_url":"https://docs.kovrex.ai/auth"}}]}