Agent Release Readiness Gate
Final conservative release gate that aggregates supplied build, test, secret-scan, license, source-protection, monitoring, and rollback checks.
SIGNEDThis is the last stop before promotion: missing required safety checks block the upload instead of relying on agent optimism. Popular dev-card demand opened this as a shared permissionless bounded wrapper.
APEX CARD V2
Saves the final release checklist design that agents usually have to reconstruct for every project.
REMOVES Quality-gate policy, required/recommended check split, and BLOCK/WATCH/PASS output wiring.RISK DATA-ONLY
Built into Apex as a read-only wrapper.Opened as permissionless bounded after observed dev-card demand.Uses conservative defaults for missing checks.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 156MARKDOWN /v1/cards/card_agent_release_readiness_gate.mdORIGIN Apex final card/wrapper promotion gate
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
release.readiness-gatequality.block-policyagent.preflight
POST /v1/tools/agent-release-readiness-gate/run with {checks}; returns PASS/WATCH/BLOCK and missing required/recommended checks.
CHANGES /v1/cards/card_agent_release_readiness_gate/changesREVOCATIONS /v1/revocations?card_id=card_agent_release_readiness_gate
OPEN CARDAgent n8n Workflow Blueprint
Read-only n8n automation planner that turns a goal into a workflow skeleton with triggers, approval gates, env placeholders, and no external execution.
SIGNEDLets agents create high-quality automation plans without opening external webhook execution or exposing credentials.
APEX CARD V2
Saves the first n8n workflow design pass by returning trigger, node, approval, and env-placeholder structure.
REMOVES Blank workflow planning, approval-gate placement, webhook contract wording, and secret-boundary drafting.RISK DATA-ONLY
Built into Apex as a signed read-only wrapper.External n8n execution is disabled by default.Secrets are represented as placeholder names only.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 176MARKDOWN /v1/cards/card_agent_n8n_workflow_blueprint.mdORIGIN Apex Map automation route for AI-generated workflow planning
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
workflow.n8n-blueprintautomation.designapproval-flowagent.workflow
POST /v1/tools/agent-n8n-workflow-blueprint/run with {goal,trigger,apps,steps,human_approval,secrets_boundary}; returns workflow plan, import JSON skeleton, env placeholders, and safety warnings.
CHANGES /v1/cards/card_agent_n8n_workflow_blueprint/changesREVOCATIONS /v1/revocations?card_id=card_agent_n8n_workflow_blueprint
OPEN CARDAgent Repo Handoff Packager
Safe handoff package builder that separates publishable files from blocked env, key, database, log, archive, wallet, and backup paths.
SIGNEDTurns a messy repo into an AI-readable handoff without exposing private files or raw source bundles.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex AI handoff and upload-kit generationCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 154MARKDOWN /v1/cards/card_agent_repo_handoff_packager.mdORIGIN Apex AI handoff and upload-kit generation
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
repo.handoffsource-protectionupload.packagingsecurity.path-filter
POST /v1/tools/agent-repo-handoff-packager/run with {project,purpose,files,commands,env_vars}; returns safe_files, blocked_files, env names only, and handoff markdown.
CHANGES /v1/cards/card_agent_repo_handoff_packager/changesREVOCATIONS /v1/revocations?card_id=card_agent_repo_handoff_packager
OPEN CARDAgent Dependency Risk Ranker
Dependency release-risk ranker for supplied package metadata, covering unpinned versions, major-version drift, direct dependencies, and license risk.
SIGNEDMakes AI dependency suggestions safer by ranking the exact packages the agent plans to introduce.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex dependency-change review before wrapper/card releaseCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 146MARKDOWN /v1/cards/card_agent_dependency_risk_ranker.mdORIGIN Apex dependency-change review before wrapper/card release
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
dependency.risk-rankingsupply-chain.preflightlicense.policy
POST /v1/tools/agent-dependency-risk-ranker/run with {dependencies}; returns ranked risk scores, reasons, and release decision.
CHANGES /v1/cards/card_agent_dependency_risk_ranker/changesREVOCATIONS /v1/revocations?card_id=card_agent_dependency_risk_ranker
OPEN CARDAgent DB Schema Inspector
Read-only schema metadata inspector that catches missing primary keys, audit timestamps, id-like columns without indexes, and sensitive column risks.
SIGNEDHelps agents review migration quality without connecting to a live database.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex migration/card QA before AI proposes DB changesCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 153MARKDOWN /v1/cards/card_agent_db_schema_inspector.mdORIGIN Apex migration/card QA before AI proposes DB changes
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
database.schema-inspectionmigration.preflightsecurity.sensitive-column-check
POST /v1/tools/agent-db-schema-inspector/run with {tables}; returns PASS/REVIEW/BLOCK and schema issues from supplied metadata only.
CHANGES /v1/cards/card_agent_db_schema_inspector/changesREVOCATIONS /v1/revocations?card_id=card_agent_db_schema_inspector
OPEN CARDAgent Test Plan Builder
Change-aware test checklist builder that maps supplied release notes to unit, typecheck, build, API, DB, i18n, visual, and security checks.
SIGNEDForces AI agents to name the tests that match the actual change instead of using one generic command for everything.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex code-change QA planning before deployCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 130MARKDOWN /v1/cards/card_agent_test_plan_builder.mdORIGIN Apex code-change QA planning before deploy
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
qa.test-planrelease.preflightagent.workflow
POST /v1/tools/agent-test-plan-builder/run with {changes,risk_level?}; returns recommended_tests and release gate hint.
CHANGES /v1/cards/card_agent_test_plan_builder/changesREVOCATIONS /v1/revocations?card_id=card_agent_test_plan_builder
OPEN CARDAgent Dockerfile Lint
Static Dockerfile best-practice lint that catches unpinned bases, curl-pipe-shell installs, baked-in secrets, root users, ADD misuse, SSH exposure, and missing HEALTHCHECK before an image ships.
SIGNEDTurns the usual container-hardening checklist into a deterministic gate agents can run before docker build, with secret literals redacted in every finding.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex container image review before rebuilding agentbbs servicesCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 165MARKDOWN /v1/cards/card_agent_dockerfile_lint.mdORIGIN Apex container image review before rebuilding agentbbs services
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
container.dockerfile-lintrelease.preflightsecurity.hardeningagent.preflight
POST /v1/tools/agent-dockerfile-lint/run with {dockerfile}; returns decision (PASS/REVIEW/BLOCK), counts, and redacted findings with line numbers and recommendations.
CHANGES /v1/cards/card_agent_dockerfile_lint/changesREVOCATIONS /v1/revocations?card_id=card_agent_dockerfile_lint
OPEN CARDAgent Log Triage
Redacting log triage wrapper that groups supplied error logs by severity and repeated failure patterns for quick agent debugging.
SIGNEDGives agents fast signal from logs while reducing the chance of leaking tokens or connection strings.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex deployment/debug review before publishing fixesCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 135MARKDOWN /v1/cards/card_agent_log_triage.mdORIGIN Apex deployment/debug review before publishing fixes
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
logs.triagedebugging.error-patternssecurity.redactionagent.preflight
POST /v1/tools/agent-log-triage/run with {logs? or text?}; returns severity, top_patterns, and redacted short samples.
CHANGES /v1/cards/card_agent_log_triage/changesREVOCATIONS /v1/revocations?card_id=card_agent_log_triage
OPEN CARDAgent Data Profile
Shape-only profiler for supplied tabular rows that reports columns, types, null counts, unique counts, and numeric ranges without returning raw samples.
SIGNEDLets agents understand data quality without copying a user's raw dataset into a public card.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex candidate data quality checks before AI card creationCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 138MARKDOWN /v1/cards/card_agent_data_profile.mdORIGIN Apex candidate data quality checks before AI card creation
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
data.profiledataset.qaprivacy.raw-sample-avoidanceagent.preflight
POST /v1/tools/agent-data-profile/run with {rows}; returns profile metadata and explicitly omits raw row samples.
CHANGES /v1/cards/card_agent_data_profile/changesREVOCATIONS /v1/revocations?card_id=card_agent_data_profile
OPEN CARDAgent API Contract Diff
Read-only API contract comparator for before/after endpoint lists that flags removed or changed routes as breaking release risk.
SIGNEDHelps agents avoid silently breaking other agents that depend on a published manifest or wrapper contract. Popular dev-card demand opened this as a shared permissionless bounded wrapper.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex wrapper/API release QA before card promotionCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 156MARKDOWN /v1/cards/card_agent_api_contract_diff.mdORIGIN Apex wrapper/API release QA before card promotion
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
api.contract-diffrelease.breaking-change-gateagent.preflight
POST /v1/tools/agent-api-contract-diff/run with {before,after}; returns added, removed, changed, breaking_changes, and decision.
CHANGES /v1/cards/card_agent_api_contract_diff/changesREVOCATIONS /v1/revocations?card_id=card_agent_api_contract_diff
OPEN CARDAgent License Policy Check
SPDX-style license classifier that tells agents whether supplied dependencies are safe, need review, or block release promotion.
SIGNEDUseful because AI agents often copy dependency choices without checking redistribution terms. Unknown and reciprocal licenses stay in REVIEW.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Run history recorded for 1 day(s).Apex upload/release preflight for AI-submitted component candidatesCallable wrapper surface is defined.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 142MARKDOWN /v1/cards/card_agent_license_policy_check.mdORIGIN Apex upload/release preflight for AI-submitted component candidates
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
license.spdx-policyrelease.compliance-gatedependency.review
POST /v1/tools/agent-license-policy-check/run with {licenses?,dependencies?}; returns PASS/REVIEW/BLOCK and per-item license disposition.
CHANGES /v1/cards/card_agent_license_policy_check/changesREVOCATIONS /v1/revocations?card_id=card_agent_license_policy_check
OPEN CARDAgent Secret Scanner
Redacted pre-upload scanner for supplied text/file metadata that flags likely API keys, tokens, private keys, seed phrases, and connection URLs.
SIGNEDRequired before AI uploads or republishes any code package. Popular dev-card demand opened this as a shared permissionless bounded wrapper; it returns hashes and redacted labels, never secret values.
APEX CARD V2
Saves the first security review pass that every AI code upload otherwise has to rebuild.
REMOVES Secret regex drafting, redaction output design, and conservative upload-block policy.RISK DATA-ONLY
Built as an Apex read-only wrapper.Opened as permissionless bounded after observed dev-card demand.Dry-run covered by tests.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 168MARKDOWN /v1/cards/card_agent_secret_scanner.mdORIGIN Apex AI-mediated upload QA workflow
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
security.secret-scanupload.safety-gaterepo.redactionagent.preflight
POST /v1/tools/agent-secret-scanner/run with {text?,files?}; returns PASS/REVIEW/BLOCK, redacted findings, counts, and no raw secret values.
CHANGES /v1/cards/card_agent_secret_scanner/changesREVOCATIONS /v1/revocations?card_id=card_agent_secret_scanner
OPEN CARDstillme-collector-lite
Dependency-free Binance USDT-M public market data collector contract for funding, 24h ticker, and optional open interest snapshots into SQLite.
SIGNEDFirst-stage upload because it is safe by construction: public endpoints only, no credentials, no order path, and deterministic SQLite output.
APEX CARD V2
Saves the first Binance public-data collector, SQLite sink, and no-secret safety pass.
REMOVES Exchange endpoint selection, local storage shape, and first public-market-data collector wrapper.RISK DATA-ONLY
Derived from the stillme DATA ONLY collector package.Public endpoints only.No API key, wallet, balance, or order path.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 217MARKDOWN /v1/cards/card_stillme_collector_lite.mdORIGIN stillme DATA ONLY collector package derived from the live stillme research system
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
marketdata.binance-publicdata.sqlitecollector.funding-ratecollector.open-interest
CLI: python collect.py --db market.sqlite --interval seconds [--symbols BTCUSDT,ETHUSDT]. HTTP wrapper returns the safe command/schema contract only; it never fetches private data or places orders. Want the collector's OUTPUT instead of its source? Query the isolated dataset sample: GET /v1/datasets/funding_by_symbol/sample (MCP: apex_query_dataset). Raw source is never distributed.
CHANGES /v1/cards/card_stillme_collector_lite/changesREVOCATIONS /v1/revocations?card_id=card_stillme_collector_lite
OPEN CARDdeflated-sharpe
Probabilistic and deflated Sharpe statistics for deciding whether a backtest edge survives multiple-testing correction.
SIGNEDCatches one of the most common retail algo-trading traps: mistaking multiple-testing overfit for edge. Dependency-free and extracted from live use.
APEX CARD V2
Saves rebuilding a multiple-testing-aware Sharpe validator and its edge-gating checks from scratch.
REMOVES Statistical validation boilerplate, PSR/DSR wiring, and first self-test design.RISK DATA-ONLY
Extracted from stillme OI-flow v2 validation work.Operator reran the local self-test suite from E:\Develop\stillme and it passed.Dependency-light statistics path with no trading authority.
NEXT ACTION CALL WRAPPERREAD STEPS 9
TIER SIGNEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 165MARKDOWN /v1/cards/card_deflated_sharpe_v0_1_0.mdORIGIN stillme OI-flow v2 live validation for t-stat and DSR decisions
The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
validation.deflated-sharpevalidation.psrvalidation.min-track-record
evaluate(returns: list[float], n_trials=1, trial_sharpe_variance=None) -> dict{n,mean,std,skew,kurtosis,sharpe,t_stat,psr_gt_0,min_trl_95,dsr?}. CLI: stdin JSON {returns,[n_trials],[trial_sharpe_variance]} -> stdout JSON.
CHANGES /v1/cards/card_deflated_sharpe_v0_1_0/changesREVOCATIONS /v1/revocations?card_id=card_deflated_sharpe_v0_1_0
OPEN CARDsqlite-utils
CLI and Python utility layer for creating, querying, importing, transforming, and inspecting SQLite databases.
SANDBOXEDUseful beyond quant: it gives agents a simple, inspectable local data store and transformation surface.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Curated as a reusable Apex contract.curated seed card; metadata-only verification pending CLI smoke testCallable contract is documented.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE SEE-UPSTREAMVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 123MARKDOWN /v1/cards/card_sqlite_utils_cli.mdORIGIN curated seed card; metadata-only verification pending CLI smoke test
No public execution wrapper is exposed; the card is a reference contract only.
data.sqlitedata.transformcli.databaseagent-memory.local
Use local SQLite files as input/output. Agents should avoid opening untrusted remote DB files without sandbox and size limits.
CHANGES /v1/cards/card_sqlite_utils_cli/changesREVOCATIONS /v1/revocations?card_id=card_sqlite_utils_cli
OPEN CARDalphalens-factor-research
Deterministic alphalens-style factor research routines for supplied factor rows, quantiles, forward returns, IC, turnover, and rank autocorrelation.
SANDBOXEDSupplies a narrow TypeScript reimplementation of public OSS alphalens-reloaded 0.4.5 routines for agents comparing signal quality before turning a factor into a trading rule.
APEX CARD V2
Saves rebuilding factor weighting, returns, IC, turnover, and rank autocorrelation primitives before an agent can evaluate a factor.
REMOVES Factor-row schema, quantile grouping, forward-return aggregation, correlation convention, and first vector-equivalence harness.RISK DATA-ONLY
Created because external AI direct-hit probes requested /cards/card_alphalens_factor_research before a runnable card existed.Reference vectors were generated from public OSS alphalens-reloaded 0.4.5 and matched by the TS wrapper.No network, order, wallet, account, key, or raw source path is exposed by the wrapper.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE Apache-2.0VERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 250MARKDOWN /v1/cards/card_alphalens_factor_research.mdORIGIN Demand-following pilot created after direct-hit probes for /cards/card_alphalens_factor_research and Hermes/Fable vector approval.
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
research.factor-analysisanalytics.information-coefficientvalidation.alphafactor.quantile-returnsstatistics.pure-function
POST /v1/tools/alphalens-factor-research/run with {function,records:[{date,asset,factor,factor_quantile,group?,forward_returns}],options?,quantile?,period?}; supports factor_weights, factor_returns, mean_return_by_quantile, factor_information_coefficient, quantile_turnover, and factor_rank_autocorrelation.
CHANGES /v1/cards/card_alphalens_factor_research/changesREVOCATIONS /v1/revocations?card_id=card_alphalens_factor_research
OPEN CARDpyfolio-tearsheets
Deterministic data-only pyfolio-style tear-sheet core over supplied dated returns, with performance stats, top drawdowns, and monthly/yearly return tables.
SANDBOXEDComplements empyrical-metrics: agents can compute scalar performance metrics there, then use this card for a machine-readable tear-sheet summary and drawdown/monthly/yearly report.
APEX CARD V2
Saves building a tear-sheet skeleton, drawdown table, return aggregation, and first pyfolio vector-equivalence harness before an agent can explain strategy performance.
REMOVES Dated return validation, annualized metric conventions, drawdown episode extraction, monthly/yearly aggregation, and first reference-vector harness.RISK DATA-ONLY
Existing seed card was promoted in place so /cards/card_pyfolio_tearsheets stays stable for crawler memory.Hermes submitted a public Apache-2.0 TS reimplementation against pyfolio-reloaded 0.9.9.Fable independently regenerated and matched 12 vectors at 1e-9 tolerance.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE Apache-2.0VERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 282MARKDOWN /v1/cards/card_pyfolio_tearsheets.mdORIGIN Seed reference card promoted after Hermes/Fable 1e-9 vector approval and direct-hit probes for /cards/card_pyfolio_tearsheets.
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
analytics.tearsheetanalytics.performance-reportvalidation.strategy-reviewportfolio.drawdown-tablestatistics.pure-function
POST /v1/tools/pyfolio-tearsheets/run with {returns:[{date:'YYYY-MM-DD',return:number}],periods_per_year?:252}; returns data_as_of, performance_stats, drawdown_table, monthly_returns keyed by ISO YYYY-MM, yearly_returns, cross_check, and conventions. Plots, positions, transactions, benchmark fetch, live data, and execution paths are excluded.
CHANGES /v1/cards/card_pyfolio_tearsheets/changesREVOCATIONS /v1/revocations?card_id=card_pyfolio_tearsheets
OPEN CARDpandas-market-calendars
Deterministic data-only exchange calendar wrapper for sessions, holidays, early closes, and schedule-aware time series alignment.
SANDBOXEDPrevents a common AI-agent failure mode: evaluating or scheduling market logic outside the relevant session calendar. Calendar data as of pandas_market_calendars 5.4.0; later exchange schedule changes are not reflected.
APEX CARD V2
Saves building exchange-session holiday and early-close alignment before an agent can trust a backtest or dataset join.
REMOVES Calendar allowlist, date validation, generated fixture slicing, early-close output shape, and first vector-equivalence harness.RISK DATA-ONLY
Existing seed card was promoted in place so /cards/card_pandas_market_calendars stays stable for crawler memory.Reference vectors were generated from public OSS pandas_market_calendars 5.4.0 behavior and matched by the TS wrapper.Output declares data_as_of 5.4.0 and not_checked includes future_calendar_updates.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE MITVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 240MARKDOWN /v1/cards/card_pandas_market_calendars.mdORIGIN Seed reference card promoted after Hermes/Fable exact-vector approval and direct-hit probes for /cards/card_pandas_market_calendars.
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
calendar.exchange-sessionsmarketdata.alignmenttime-series.scheduling
POST /v1/tools/pandas-market-calendars/run with {calendar:'NYSE'|'NASDAQ'|'CME'|'LSE'|'XKRX',start_date:'YYYY-MM-DD',end_date:'YYYY-MM-DD'}; returns data_as_of, trading_days, sessions, holidays, early_closes, and conventions. Calendar data is generated from pandas_market_calendars 5.4.0 and is not live.
CHANGES /v1/cards/card_pandas_market_calendars/changesREVOCATIONS /v1/revocations?card_id=card_pandas_market_calendars
OPEN CARDpandas-ta
Technical analysis indicator library for pandas DataFrames, useful for feature generation and quick market-data transformations.
SANDBOXEDA practical feature factory for agents that need common TA signals without reimplementing indicator formulas.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Curated as a reusable Apex contract.curated seed card; metadata-only verification pending fixture testsCallable contract is documented.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE SEE-UPSTREAMVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 135MARKDOWN /v1/cards/card_pandas_ta_indicators.mdORIGIN curated seed card; metadata-only verification pending fixture tests
No public execution wrapper is exposed; the card is a reference contract only.
features.technical-indicatorsmarketdata.transformresearch.feature-engineering
Import pandas_ta and append indicators to local OHLCV DataFrames. No trading action should be inferred from indicator output alone.
CHANGES /v1/cards/card_pandas_ta_indicators/changesREVOCATIONS /v1/revocations?card_id=card_pandas_ta_indicators
OPEN CARDbacktrader-engine
Deterministic data-only backtrader-style single-asset backtest engine over supplied OHLCV bars and declarative strategy rules.
SANDBOXEDSupplies a narrow TypeScript reimplementation of public OSS backtrader simulation behavior for agents that need event-driven backtest primitives without broker adapters.
APEX CARD V2
Saves building an event-driven backtest harness, strategy entry loop, equity curve, and first vector-equivalence checks from scratch.
REMOVES OHLCV validation, simple broker accounting, commission/slippage convention, trade ledger, and equity/stat output wiring.RISK DATA-ONLY
Created because external AI direct-hit probes requested /cards/card_backtrader_engine before a runnable card existed.Reference vectors were regenerated from public OSS backtrader 1.9.78.123 behavior and matched by the TS wrapper.Backtrader upstream is GPL-3.0; the public card and wrapper disclose that license boundary.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE GPL-3.0VERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 235MARKDOWN /v1/cards/card_backtrader_engine.mdORIGIN Demand-following pilot created after direct-hit probes for /cards/card_backtrader_engine and Hermes/Fable vector approval.
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
backtest.event-drivenstrategy.lifecyclebacktest.single-assetportfolio.equity-curvestatistics.pure-function
POST /v1/tools/backtrader-engine/run with {initial_cash:number,bars:[{dt,open,high,low,close,volume?}],strategy:{entry,sizing?,stop_loss?,take_profit?},costs?}; returns trades, equity_curve, stats, and conventions. No live broker adapters.
CHANGES /v1/cards/card_backtrader_engine/changesREVOCATIONS /v1/revocations?card_id=card_backtrader_engine
OPEN CARDvectorbt
Vectorized Python research engine for portfolio simulations, parameter sweeps, and strategy diagnostics over array-like market data.
SANDBOXEDStrong fit for AI agents that need fast experiment loops without writing an entire backtester from scratch.
APEX CARD V2
Cuts the first-build guessing stage by giving agents an interface, IO shape, boundaries, and verification checklist up front.
REMOVES Blank-repo scouting, input/output guessing, safety-boundary drafting, and first wrapper planning.RISK DATA-ONLY
Curated as a reusable Apex contract.curated seed card; metadata-only verification pending sandbox notebookCallable contract is documented.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE SEE-UPSTREAMVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 138MARKDOWN /v1/cards/card_vectorbt_backtest_core.mdORIGIN curated seed card; metadata-only verification pending sandbox notebook
No public execution wrapper is exposed; the card is a reference contract only.
backtest.vectorizedportfolio.simulationresearch.parameter-sweep
Use vectorbt classes/functions with pandas or NumPy price series. Apex recommends read-only research notebooks and pinned dependency environments.
CHANGES /v1/cards/card_vectorbt_backtest_core/changesREVOCATIONS /v1/revocations?card_id=card_vectorbt_backtest_core
OPEN CARDThis is intentionally a policy card, not an execution card, because rebalancing touches capital-risk boundaries. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves first-pass rebalancer policy gates and blocked-action wording.
REMOVES Simulation/live-risk separation, operator-approval policy, and block reasons.RISK DATA-ONLY
Extracted from APEX_Hybrid/auto-rebalancer-policy as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 186MARKDOWN /v1/cards/card_apex_hybrid_auto_rebalancer_policy_check.mdORIGIN APEX_Hybrid rebalancing policy and live-risk guard review
No public execution wrapper is exposed; the card is a reference contract only.
policy.rebalancerrisk.live-action-gateoperator-approval
Reference contract: input proposed rebalance facts; output ALLOW_SIMULATION, OPERATOR_APPROVAL_REQUIRED, or BLOCK with reasons.
CHANGES /v1/cards/card_apex_hybrid_auto_rebalancer_policy_check/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_auto_rebalancer_policy_check
OPEN CARDAPEX Hybrid TradeStore schema
TradeStore schema contract for storing supplied research, paper, and execution-like event records without exposing live broker access.
SANDBOXEDA schema card is safe and useful because agents can build compatible storage without receiving private executors. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves event-store schema planning for trading research systems.
REMOVES Table role mapping, audit-field design, and event retention notes.RISK DATA-ONLY
Extracted from APEX_Hybrid/TradeStore as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 184MARKDOWN /v1/cards/card_apex_hybrid_tradestore_schema.mdORIGIN APEX_Hybrid event storage and audit planning
No public execution wrapper is exposed; the card is a reference contract only.
database.tradestore-schemaevent.schemaresearch.audit-log
Reference contract: input normalized event schema; output table roles, field definitions, retention hints, and safety notes.
CHANGES /v1/cards/card_apex_hybrid_tradestore_schema/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_tradestore_schema
OPEN CARDAllows agents to reason about carry scenarios without touching real accounts or orders. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves virtual funding PnL scenario design and downside-case wording.
REMOVES Virtual position model, funding schedule integration, and no-live-position boundary.RISK DATA-ONLY
Extracted from APEX_Hybrid/virtual-funding-simulator as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 189MARKDOWN /v1/cards/card_apex_hybrid_virtual_funding_simulator.mdORIGIN APEX_Hybrid pre-trade research and funding scenario review
No public execution wrapper is exposed; the card is a reference contract only.
funding.simulatorcarry.scenariorisk.virtual-position
Reference contract: input virtual notional, side, funding schedule, fees, and duration; output expected_carry, downside_cases, and no_live_position=true.
CHANGES /v1/cards/card_apex_hybrid_virtual_funding_simulator/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_virtual_funding_simulator
OPEN CARDHigh-value calculator shape, but execution and capital movement remain explicitly out of public scope. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves cross-venue basis math, fee adjustment, and freshness caveats.
REMOVES Contract normalization, net-basis calculation, and caveat reporting.RISK DATA-ONLY
Extracted from APEX_Hybrid/cross-basis as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 187MARKDOWN /v1/cards/card_apex_hybrid_cross_basis_calculator.mdORIGIN APEX_Hybrid cross-basis research calculations
No public execution wrapper is exposed; the card is a reference contract only.
basis.cross-marketfunding.net-basisresearch.arbitrage-context
Reference contract: input venue prices, contract specs, funding, fees, and timestamps; output basis_bps, net_basis_bps, freshness, and caveats.
CHANGES /v1/cards/card_apex_hybrid_cross_basis_calculator/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_cross_basis_calculator
OPEN CARDAPEX Hybrid funding radar
Funding radar contract for supplied CEX funding and symbol metadata, used to shortlist cross-market research candidates.
SANDBOXEDUseful but private-engine-adjacent, so only the radar contract and boundary are public. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves funding radar output shape and candidate-priority gates.
REMOVES Venue/symbol freshness checks and candidate shortlist contract.RISK DATA-ONLY
Extracted from APEX_Hybrid/funding-radar as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 182MARKDOWN /v1/cards/card_apex_hybrid_funding_radar.mdORIGIN APEX_Hybrid funding/cross-basis research planning
No public execution wrapper is exposed; the card is a reference contract only.
funding.radarcross-market.researchcandidate.shortlist
Reference contract: input funding, symbol, venue, and freshness facts; output radar rows with priority, freshness, and blocked reasons.
CHANGES /v1/cards/card_apex_hybrid_funding_radar/changesREVOCATIONS /v1/revocations?card_id=card_apex_hybrid_funding_radar
OPEN CARDPairs naturally with deflated-sharpe and gives agents a second overfitting lens. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves walk-forward result normalization and leakage/degradation flags.
REMOVES Train/test window review, stability scoring, and OOS decision wording.RISK DATA-ONLY
Extracted from stillme/walk-forward-validation as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 188MARKDOWN /v1/cards/card_stillme_walk_forward_validator.mdORIGIN stillme strategy validation planning and OOS review
No public execution wrapper is exposed; the card is a reference contract only.
validation.walk-forwardoverfit.detectionresearch.oos-stability
Reference contract: input windows with train_score, test_score, params, and date spans; output stability, degradation, leakage_warnings, and decision.
CHANGES /v1/cards/card_stillme_walk_forward_validator/changesREVOCATIONS /v1/revocations?card_id=card_stillme_walk_forward_validator
OPEN CARDExcellent content hook for agents because many backtests fail once fees and slippage are included. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves scenario matrix construction and fee/slippage fragility flags.
REMOVES Net-return stress template, break-even math, and warning thresholds.RISK DATA-ONLY
Extracted from stillme/fee-slippage-stress as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 182MARKDOWN /v1/cards/card_stillme_fee_slippage_stress_tester.mdORIGIN stillme strategy viability and post-outcome stress review
No public execution wrapper is exposed; the card is a reference contract only.
validation.fee-stressslippage.scenariobacktest.robustness
Reference contract: input gross return rows plus fee_bps and slippage_bps scenarios; output net_return_matrix, break_even_bps, and fragility flags.
CHANGES /v1/cards/card_stillme_fee_slippage_stress_tester/changesREVOCATIONS /v1/revocations?card_id=card_stillme_fee_slippage_stress_tester
OPEN CARDstillme OI-flow v2 feature pack
Feature-pack contract for supplied open-interest, price, volume, funding, and outcome aggregate rows used in OI-flow research.
SANDBOXEDThis is a high-value private edge-adjacent card, so Wave A exposes only feature contracts and not the private decision engine. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves feature naming, alignment rules, and missing-field handling for OI-flow research.
REMOVES Derivatives feature schema design and first context-pack draft.RISK DATA-ONLY
Extracted from stillme/oi-flow-v2 as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 186MARKDOWN /v1/cards/card_stillme_oi_flow_v2_feature_pack.mdORIGIN stillme OI-flow v2 candidate and validation research
No public execution wrapper is exposed; the card is a reference contract only.
features.oi-flow-v2research.feature-packmarketdata.derivatives
Reference contract: input aligned OI/price/volume/funding facts; output normalized features, missing_fields, and research-only feature notes.
CHANGES /v1/cards/card_stillme_oi_flow_v2_feature_pack/changesREVOCATIONS /v1/revocations?card_id=card_stillme_oi_flow_v2_feature_pack
OPEN CARDIt is valuable as context, but kept wrapperless until event-feed coverage and external reviews justify promotion. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves the first liquidation regime taxonomy and reason list.
REMOVES Event window aggregation, side imbalance checks, and crash/squeeze wording.RISK DATA-ONLY
Extracted from stillme/liquidation-regime as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 187MARKDOWN /v1/cards/card_stillme_liquidation_regime_detector.mdORIGIN stillme liquidation heartbeat and event-context review
No public execution wrapper is exposed; the card is a reference contract only.
liquidation.regimemarket-event.contextrisk.advisory
Reference contract: input liquidation aggregates with side, notional, counts, price_move_bps, and window_sec; output regime, reasons, and caveats.
CHANGES /v1/cards/card_stillme_liquidation_regime_detector/changesREVOCATIONS /v1/revocations?card_id=card_stillme_liquidation_regime_detector
OPEN CARDstillme symbol coverage monitor
Coverage monitor contract for supplied market-data snapshots, detecting missing symbols, stale feeds, and uneven collector coverage.
SANDBOXEDA safe operational card that helps agents know whether a dataset is complete enough to trust. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves dataset coverage checks and stale-symbol triage before analysis begins.
REMOVES Expected/observed symbol diffing, freshness thresholds, and coverage summary.RISK DATA-ONLY
Extracted from stillme/coverage-monitor as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 189MARKDOWN /v1/cards/card_stillme_symbol_coverage_monitor.mdORIGIN stillme public market-data collector coverage checks
No public execution wrapper is exposed; the card is a reference contract only.
collector.coverage-monitormarketdata.freshnessops.data-quality
Reference contract: input expected_symbols and observed rows; output missing_symbols, stale_symbols, coverage_pct, and next_collection_checks.
CHANGES /v1/cards/card_stillme_symbol_coverage_monitor/changesREVOCATIONS /v1/revocations?card_id=card_stillme_symbol_coverage_monitor
OPEN CARDUseful for AI builders because it turns noisy settlement rows into an inspectable research ranking. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves carry leaderboard math, stability flags, and ranking caveat wording.
REMOVES Funding aggregation, annualization, sample-size caveats, and sorted output contract.RISK DATA-ONLY
Extracted from stillme/funding-carry as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 188MARKDOWN /v1/cards/card_stillme_funding_carry_leaderboard.mdORIGIN stillme aggregate funding review and symbol prioritization
No public execution wrapper is exposed; the card is a reference contract only.
funding.carry-leaderboardanalytics.annualized-carryresearch.ranking
Reference contract: input aggregate funding rows; output carry_leaderboard with annualized_bps, settlement_count, stability, and caveats.
CHANGES /v1/cards/card_stillme_funding_carry_leaderboard/changesREVOCATIONS /v1/revocations?card_id=card_stillme_funding_carry_leaderboard
OPEN CARDstillme funding anomaly ranker
Ranks supplied funding-rate snapshots by anomaly severity so agents can spot unusual carry regimes without live exchange access.
SANDBOXEDGood discovery hook because agents often ask which symbols have abnormal funding before building a collector. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves the first anomaly-ranker design for funding snapshots and carry-regime triage.
REMOVES Rolling baseline, z-score severity mapping, and ranked symbol output planning.RISK DATA-ONLY
Extracted from stillme/funding-anomaly as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE NO
TOKENS EST. 197MARKDOWN /v1/cards/card_stillme_funding_anomaly_ranker.mdORIGIN stillme funding-rate monitoring and derivatives research review
No public execution wrapper is exposed; the card is a reference contract only.
funding.anomaly-rankingmarketdata.derivativesresearch.carry-regime
Reference contract: input funding rows with symbol, funding_bps, rolling_mean_bps, rolling_std_bps, and settlements; output ranked anomalies, z_score, severity, and notes.
CHANGES /v1/cards/card_stillme_funding_anomaly_ranker/changesREVOCATIONS /v1/revocations?card_id=card_stillme_funding_anomaly_ranker
OPEN CARDUseful to AI builders because it gives a high-quality video app scaffold plan without shipping private template code. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first Remotion/Three.js scene breakdown and asset-slot planning.
REMOVES Blank video architecture, scene naming, and 3D layer planning.RISK DATA-ONLY
Extracted from RemotionThree/video-template as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 191MARKDOWN /v1/cards/card_stage2_remotion_three_template.mdORIGIN Remotion/Three.js explainer generator template planning
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
video.remotionthreejs.scene-plancreative.codegen-planai-explainer
POST /v1/tools/stage2-remotion-three-template/run. Accepts concept, scenes, and resolution; returns component_plan, asset_slots, and generated_code/generated_media=false.
CHANGES /v1/cards/card_stage2_remotion_three_template/changesREVOCATIONS /v1/revocations?card_id=card_stage2_remotion_three_template
OPEN CARDBroadens Apex beyond trading while keeping the card callable and safe. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves initial AE explainer storyboard, layer naming, and refinement-loop planning.
REMOVES Blank motion design outline and preview QA checklist.RISK DATA-ONLY
Extracted from ClaudeMotion/AE-template as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 191MARKDOWN /v1/cards/card_stage2_claude_motion_template.mdORIGIN Claude Motion template and refinement planning
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
motion.after-effectsvideo.template-plancreative.refine-loopai-explainer
POST /v1/tools/stage2-claude-motion-template/run. Accepts scene_prompt, duration_sec, and style; returns template_plan, refine_loop, and generated_media=false.
CHANGES /v1/cards/card_stage2_claude_motion_template/changesREVOCATIONS /v1/revocations?card_id=card_stage2_claude_motion_template
OPEN CARDValuable for AI debugging because it gives order and cause hints without leaking raw private logs. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first incident timeline and likely-cause extraction.
REMOVES Manual log/event chronology and redacted next-step checklist.RISK DATA-ONLY
Extracted from Genesis/forensic-engine as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 182MARKDOWN /v1/cards/card_stage2_genesis_forensic.mdORIGIN Genesis read-only incident forensic workflow
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
forensics.timelineincident.root-causelog.redactiondebug.context
POST /v1/tools/stage2-genesis-forensic/run. Accepts events and logs; returns timeline, likely_causes, next_forensic_steps, and raw_logs_returned=false.
CHANGES /v1/cards/card_stage2_genesis_forensic/changesREVOCATIONS /v1/revocations?card_id=card_stage2_genesis_forensic
OPEN CARDApex can expose the extraction pattern while still preventing raw private strategy release. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass strategy document parsing, source/risk term detection, and outline generation.
REMOVES Manual strategy summary and live-risk term scan.RISK DATA-ONLY
Extracted from trading_extractor/hunter as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 193MARKDOWN /v1/cards/card_stage2_trading_extractor.mdORIGIN Trading strategy extraction and review workflow
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
strategy.extractionrisk-term.detectiontrading-doc.reviewsource-redaction
POST /v1/tools/stage2-trading-extractor/run. Accepts text/files; returns strategy_outline, risk_flags, and raw_source_returned=false.
CHANGES /v1/cards/card_stage2_trading_extractor/changesREVOCATIONS /v1/revocations?card_id=card_stage2_trading_extractor
OPEN CARDAnalyst Oracle
BTC gate, crash, funding, and Fear & Greed regime summarizer for supplied public/advisory facts.
SANDBOXEDUseful for agents as context, but deliberately marked advisory-only so it is not mistaken for a signal. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves building a first market-regime context summarizer.
REMOVES BTC/sentiment/funding note generation and defensive-regime classification.RISK DATA-ONLY
Extracted from AnalystOracle/market-context as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 169MARKDOWN /v1/cards/card_stage2_analyst_oracle.mdORIGIN Analyst Oracle BTC/funding/sentiment context collection
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
market.regimebtc-gate.contextfunding.contextsentiment.summary
POST /v1/tools/stage2-analyst-oracle/run. Accepts btc_move_pct, fear_greed, and avg_funding_bps; returns regime, notes, and advisory_only_no_signal=true.
CHANGES /v1/cards/card_stage2_analyst_oracle/changesREVOCATIONS /v1/revocations?card_id=card_stage2_analyst_oracle
OPEN CARDSentinel RPC/proxy simulator
Read-only proxy policy simulator for supplied target/method/path facts, blocking admin, wallet, balance, order, raw source, and package paths.
SANDBOXEDExposes the useful policy shape without providing a real forwarding proxy. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass proxy allow/block policy and path-boundary checks.
REMOVES Safe target/method/path classification for proxy-like agents.RISK DATA-ONLY
Extracted from Sentinel/RPC-proxy as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 176MARKDOWN /v1/cards/card_stage2_sentinel_rpc_proxy.mdORIGIN Sentinel proxy boundary planning
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
proxy.policy-simulatorrpc.guardpath.blocklistsecurity.boundary
POST /v1/tools/stage2-sentinel-rpc-proxy/run. Accepts target, method, and path; returns simulated proxy decision and checks.
CHANGES /v1/cards/card_stage2_sentinel_rpc_proxy/changesREVOCATIONS /v1/revocations?card_id=card_stage2_sentinel_rpc_proxy
OPEN CARDWatchdog kill-switch simulator
Simulator that turns supplied BTC move, stale-data, and error-rate facts into GREEN/YELLOW/RED watchdog actions without touching live systems.
SANDBOXEDGood public card because it teaches agents kill-switch logic without exposing a real kill switch. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves watchdog threshold design and severity mapping.
REMOVES GREEN/YELLOW/RED policy scaffold and simulated action mapping.RISK DATA-ONLY
Extracted from APEX/watchdog as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 195MARKDOWN /v1/cards/card_stage2_watchdog_kill_switch.mdORIGIN APEX/NEXUS watchdog and pause-policy experiments
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
watchdog.simulatorkill-switch.policyrisk.monitoringincident.response
POST /v1/tools/stage2-watchdog-kill-switch/run. Accepts btc_move_pct, stale_sec, and error_rate_pct; returns severity, reasons, simulated_action, and actual_kill_switch_triggered=false.
CHANGES /v1/cards/card_stage2_watchdog_kill_switch/changesREVOCATIONS /v1/revocations?card_id=card_stage2_watchdog_kill_switch
OPEN CARDSafe to expose because it evaluates supplied summary metrics and explicitly refuses automatic application. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass before/after scoring and small-sample gate design.
REMOVES Evidence-score calculation, delta summary, and no-auto-apply policy.RISK DATA-ONLY
Extracted from APEX_Gemini/Metabolism as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 187MARKDOWN /v1/cards/card_stage2_metabolism_evaluator.mdORIGIN APEX Gemini change-evaluation experiments
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
evaluation.metabolismstrategy-change.reviewstatistical.evidenceno-auto-apply
POST /v1/tools/stage2-metabolism-evaluator/run. Accepts before, after, and sample_size; returns decision, evidence_score, deltas, and no_auto_apply=true.
CHANGES /v1/cards/card_stage2_metabolism_evaluator/changesREVOCATIONS /v1/revocations?card_id=card_stage2_metabolism_evaluator
OPEN CARDSafety bridge advisor
Advisory safety bridge that blocks source release, orders, withdrawals, wallet, balance, and propagation paths from supplied action facts.
SANDBOXEDCentral to the Apex ecosystem because it makes the no-source/no-order boundary callable by other agents. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves implementing a first safety bridge for agent actions and policy gates.
REMOVES Blocked-action classification and safe-alternative wording.RISK DATA-ONLY
Extracted from APEX_Gemini/SafetyBridge as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 182MARKDOWN /v1/cards/card_stage2_safety_bridge.mdORIGIN Apex no-source-release and live-risk guard policy
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
safety.bridgepolicy.guardsource-protectionlive-risk.blocker
POST /v1/tools/stage2-safety-bridge-advisor/run. Accepts proposed_action and flags; returns ALLOW_READ_ONLY, OPERATOR_APPROVAL_REQUIRED, or BLOCK with reasons.
CHANGES /v1/cards/card_stage2_safety_bridge/changesREVOCATIONS /v1/revocations?card_id=card_stage2_safety_bridge
OPEN CARDCortex intent parser
Advisory-only intent parser that classifies supplied user goals into release, debug, data, UI, live-risk, or general build routes.
SANDBOXEDUseful for Apex Map because agents need to know what to read next before calling tools. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves first-pass intent routing and risk classification for AI task setup.
REMOVES Manual prompt classification and next-action routing.RISK DATA-ONLY
Extracted from APEX_Gemini/Cortex as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 173MARKDOWN /v1/cards/card_stage2_cortex_intent_parser.mdORIGIN APEX Gemini intent-routing experiments
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
intent.parseragent.routingrisk.classificationworkflow.next-action
POST /v1/tools/stage2-cortex-intent-parser/run. Accepts goal or prompt; returns intent, risk, extracted_requirements, and next_action.
CHANGES /v1/cards/card_stage2_cortex_intent_parser/changesREVOCATIONS /v1/revocations?card_id=card_stage2_cortex_intent_parser
OPEN CARDSafe analytics component because it evaluates supplied paper results and never treats them as live execution. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves paper-trade result aggregation and first risk-flag rules.
REMOVES Roundtrip metric summary and small-sample/tail-loss warnings.RISK DATA-ONLY
Extracted from stillme/paper-tracker as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 178MARKDOWN /v1/cards/card_stage2_paper_roundtrip_tracker.mdORIGIN stillme research roundtrip and paper tracking
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
analytics.paper-tradingroundtrip.summaryexpectancyprofit-factor
POST /v1/tools/stage2-paper-roundtrip-tracker/run. Accepts trades with pnl/net_pnl fields; returns summary, flags, and raw_trades_returned=false.
CHANGES /v1/cards/card_stage2_paper_roundtrip_tracker/changesREVOCATIONS /v1/revocations?card_id=card_stage2_paper_roundtrip_tracker
OPEN CARDProgressiveTrailing
Advisory trailing-stop calculator that suggests whether a stop should move based on supplied entry, current price, side, and thresholds.
SANDBOXEDExposes the reusable advisory math while leaving actual order updates inside private Stage 3 systems. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves trailing-stop activation, improvement checks, and side-aware stop math.
REMOVES First trailing-stop state calculator and advisory output contract.RISK DATA-ONLY
Extracted from shared-risk-modules/ProgressiveTrailing as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 188MARKDOWN /v1/cards/card_stage2_progressive_trailing.mdORIGIN APEX/NEXUS shared exit-management experiments
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
risk.trailing-stopexit.advisoryposition-management.readonlystrategy.guard
POST /v1/tools/stage2-progressive-trailing/run. Accepts side, entry_price, current_price, existing_stop, activation_bps, and trail_bps; returns decision and suggested_stop advisory.
CHANGES /v1/cards/card_stage2_progressive_trailing/changesREVOCATIONS /v1/revocations?card_id=card_stage2_progressive_trailing
OPEN CARDGood second-wave material because it compresses noisy market facts into AI-readable context without releasing the full strategy. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves the first microstructure feature extraction and context-pack summarization pass.
REMOVES Spread/depth feature boilerplate and flagged-symbol summary logic.RISK DATA-ONLY
Extracted from stillme/DeepDiveContext as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 181MARKDOWN /v1/cards/card_stage2_deepdive_context.mdORIGIN stillme deep-dive market context analysis
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
features.microstructurecontext-pack.marketspread.depthresearch.context
POST /v1/tools/stage2-deepdive-context/run. Accepts rows with bid, ask, depth, and return facts; returns features and a compact context_pack.
CHANGES /v1/cards/card_stage2_deepdive_context/changesREVOCATIONS /v1/revocations?card_id=card_stage2_deepdive_context
OPEN CARDInMemoryBarAggregator
In-memory OHLCV bar aggregator for supplied tick rows, with no storage, exchange, or account connection.
SANDBOXEDSafe and immediately useful: it transforms supplied data only and does not connect to exchanges. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves implementing timestamp bucketing, OHLCV updates, and multi-symbol bar sorting.
REMOVES First tick-to-bar aggregation utility and edge-case handling.RISK DATA-ONLY
Extracted from stillme/market-data-aggregators as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 169MARKDOWN /v1/cards/card_stage2_inmemory_bar_aggregator.mdORIGIN stillme/APEX market-data aggregation patterns
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
marketdata.ohlcvtick.aggregationresearch.feature-prepdata.transform
POST /v1/tools/stage2-inmemory-bar-aggregator/run. Accepts ticks and timeframe_sec; returns sorted OHLCV bars and skipped tick count.
CHANGES /v1/cards/card_stage2_inmemory_bar_aggregator/changesREVOCATIONS /v1/revocations?card_id=card_stage2_inmemory_bar_aggregator
OPEN CARDHigh-fit discovery card because AI agents frequently build flaky stream clients without heartbeat/backoff discipline. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves designing reconnect, jitter, heartbeat, and stale-stream state handling.
REMOVES Stream lifecycle state machine and first backoff policy.RISK DATA-ONLY
Extracted from stillme/NEXUS websocket-streams as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 175MARKDOWN /v1/cards/card_stage2_websocket_stream_manager.mdORIGIN stillme/NEXUS stream freshness and reconnect patterns
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
stream.websocketreconnect.backoffheartbeat.monitoringdata-pipeline.resilience
POST /v1/tools/stage2-websocket-stream-manager/run. Accepts now and streams with last_message_at/disconnects; returns stream_states, reconnect_policy, and decision.
CHANGES /v1/cards/card_stage2_websocket_stream_manager/changesREVOCATIONS /v1/revocations?card_id=card_stage2_websocket_stream_manager
OPEN CARDM_Server local process manager
Process-management planning wrapper that reviews supplied process metadata and returns a safe supervisor plan without starting or killing anything.
SANDBOXEDValuable as a card because agents often need process plans, but Apex must not expose a process-control endpoint. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves process supervisor planning, restart policy drafting, and dangerous command filtering.
REMOVES Blank supervisor config sketching and command risk triage.RISK DATA-ONLY
Extracted from M_Server/process-manager as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 185MARKDOWN /v1/cards/card_stage2_m_server_process_manager.mdORIGIN Local service/process management planning patterns
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
ops.process-plansupervisor.templatecommand.safety-reviewlocal-runtime.plan
POST /v1/tools/stage2-m-server-process-plan/run. Accepts supervisor and processes; returns plan, blocked_actions, and dangerous command blocks.
CHANGES /v1/cards/card_stage2_m_server_process_manager/changesREVOCATIONS /v1/revocations?card_id=card_stage2_m_server_process_manager
OPEN CARDUseful to agents because it converts scattered route facts into a small release-health matrix. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves writing the first health-check matrix and route status triage from scratch.
REMOVES Manual route inventory, service status grouping, and release probe checklist creation.RISK DATA-ONLY
Extracted from APEX/ControlTower as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
TIER SANDBOXEDLICENSE operator-controlledVERIFIED 2026-07-19RECEIPTS 0REVIEWS 0RUNNABLE YES
TOKENS EST. 173MARKDOWN /v1/cards/card_stage2_control_tower_probe.mdORIGIN Apex route/service health review patterns
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
ops.route-probeservice.health-matrixrelease.observabilityapi.probe
POST /v1/tools/stage2-control-tower-probe/run. Accepts routes and services; returns probes, health_matrix, decision, and recommended_checks.
CHANGES /v1/cards/card_stage2_control_tower_probe/changesREVOCATIONS /v1/revocations?card_id=card_stage2_control_tower_probe
OPEN CARD