{"id":49077082,"url":"https://github.com/neurocad-eu/neurocad-api-docs","last_synced_at":"2026-04-20T10:15:06.937Z","repository":{"id":352585203,"uuid":"1215728809","full_name":"neurocad-eu/neurocad-api-docs","owner":"neurocad-eu","description":"Versioned public API contracts, schemas, integration guides, and SDK references for NeuroCAD.","archived":false,"fork":false,"pushed_at":"2026-04-20T08:33:47.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-20T09:46:05.818Z","etag":null,"topics":["api","cad","documentation","engineering","integration","openapi","schemas","sdk","webhooks"],"latest_commit_sha":null,"homepage":"https://neurocad.eu","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neurocad-eu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-20T07:42:47.000Z","updated_at":"2026-04-20T08:33:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/neurocad-eu/neurocad-api-docs","commit_stats":null,"previous_names":["neurocad-eu/neurocad-api-docs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/neurocad-eu/neurocad-api-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurocad-eu%2Fneurocad-api-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurocad-eu%2Fneurocad-api-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurocad-eu%2Fneurocad-api-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurocad-eu%2Fneurocad-api-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neurocad-eu","download_url":"https://codeload.github.com/neurocad-eu/neurocad-api-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurocad-eu%2Fneurocad-api-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cad","documentation","engineering","integration","openapi","schemas","sdk","webhooks"],"created_at":"2026-04-20T10:15:06.227Z","updated_at":"2026-04-20T10:15:06.929Z","avatar_url":"https://github.com/neurocad-eu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neurocad-api-docs\n\n[![API Contract Validation](https://github.com/neurocad-eu/neurocad-api-docs/actions/workflows/validate.yml/badge.svg)](https://github.com/neurocad-eu/neurocad-api-docs/actions/workflows/validate.yml)\n[![Release](https://img.shields.io/github/v/release/neurocad-eu/neurocad-api-docs)](https://github.com/neurocad-eu/neurocad-api-docs/releases)\n\nPublic API specifications, integration guides, and SDK references for NeuroCAD.\n\nDocs portal:\n\n- [docs.neurocad.eu](https://docs.neurocad.eu/)\n\n## Purpose\n\nThis repository is the public documentation surface for the NeuroCAD integration layer.\n\nIt is intended for enterprise teams, technical partners, and internal platform integrators who need a clear contract for how external systems will interact with NeuroCAD.\n\n## Scope\n\nThis repository is designed to host:\n\n- versioned OpenAPI and schema artifacts\n- authentication and authorization models\n- request and response examples\n- SDK usage patterns\n- integration notes for enterprise workflows\n- change logs for externally visible API behavior\n\n## What this repository does not contain\n\nThis repository does not expose:\n\n- production kernel internals\n- model implementation details\n- internal orchestration pipelines\n- private deployment or operational systems\n\nThe goal is to provide a serious public integration surface without disclosing proprietary implementation details.\n\n## Intended structure\n\nAs the public surface expands, this repository will be organized around:\n\n- `openapi/` for versioned API contracts\n- `schemas/` for shared request and response schemas\n- `examples/` for language-specific usage examples\n- `guides/` for integration and authentication documentation\n- `postman/` for importer-ready API collections\n- `scripts/` for lightweight validation utilities\n\n## Core public documents\n\n- `guides/getting-started.md`\n- `guides/authentication.md`\n- `guides/environment-separation.md`\n- `guides/versioning.md`\n- `guides/rate-limits.md`\n- `guides/errors.md`\n- `guides/webhooks.md`\n- `docs/index.html`\n\n## Operational signals\n\nThis repository now exposes:\n\n- versioned OpenAPI contract material\n- reusable JSON schemas\n- Postman-ready import artifacts\n- syntax-checked Python, JavaScript, and shell examples\n- validation workflow for public contract integrity\n- tagged releases for externally visible changes\n\n## Status\n\nPublic reference surface in active hardening.\n\nCurrent public artifacts include:\n\n- draft OpenAPI contract\n- reusable JSON schemas\n- Python, JavaScript, and curl examples\n- Postman collection\n- contract validation workflow\n\n## Links\n\n- Organization: [github.com/neurocad-eu](https://github.com/neurocad-eu)\n- Website: [neurocad.eu](https://neurocad.eu)\n- Contact: [office@neurocad.eu](mailto:office@neurocad.eu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurocad-eu%2Fneurocad-api-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneurocad-eu%2Fneurocad-api-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurocad-eu%2Fneurocad-api-docs/lists"}