generated: '2026-09-14' method: generated source: >- openapi/aignostics-platform-api-openapi.json, https://aignostics.readthedocs.io/en/latest/get_started_api.html api: Aignostics Platform API note: >- Aignostics publishes no AGENTS.md and no skills of its own (searched: the GitHub org, the SDK repo and the documentation site). These are generated by API Evangelist from the published OpenAPI - every operationId named in them was grepped out of openapi/aignostics-platform-api-openapi.json, and every behavioural rule is quoted from the contract or the getting-started guide. skills: - name: aignostics-submit-slide-analysis-run file: aignostics-submit-slide-analysis-run.md summary: >- Pick and pin an application version, validate slide metadata against the version's JSON Schema, submit a run without double-billing a retry, poll incrementally, and cancel safely. operations: - list_applications_v1_applications_get - application_version_details_v1_applications__application_id__versions__version__get - create_run_v1_runs_post - get_run_v1_runs__run_id__get - list_run_items_v1_runs__run_id__items_get - cancel_run_v1_runs__run_id__cancel_post - name: aignostics-collect-run-results file: aignostics-collect-run-results.md summary: >- Enumerate terminated items, follow 307s to short-lived signed storage URLs, and get results out before the 30-day artifact retention window closes. operations: - list_run_items_v1_runs__run_id__items_get - get_item_by_run_v1_runs__run_id__items__external_id__get - get_artifact_url_v1_runs__run_id__artifacts__artifact_id__file_get - delete_run_items_v1_runs__run_id__artifacts_delete - name: aignostics-share-run-results file: aignostics-share-run-results.md summary: >- Share a run through a viewer grant or a single-display, expiring share token, audit what is shared, and revoke cleanly. operations: - create_grant_v1_access_grants_post - list_grants_v1_access_grants_get - revoke_grant_v1_access_grants__grant_id__delete - create_share_token_v1_access_share_tokens_post - list_share_tokens_v1_access_share_tokens_get - revoke_share_token_v1_access_share_tokens__share_token_id__delete