{"id":50402523,"url":"https://github.com/xtrape-com/xtrape-capsule-site","last_synced_at":"2026-05-31T00:03:24.755Z","repository":{"id":355872385,"uuid":"1229933448","full_name":"xtrape-com/xtrape-capsule-site","owner":"xtrape-com","description":"The official site and documentation for Xtrape Capsule.","archived":false,"fork":false,"pushed_at":"2026-05-14T15:14:49.000Z","size":215,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T15:30:22.933Z","etag":null,"topics":["agent","ai-infrastructure","capsule-service","control-plane","documentation","opstage","vitepress"],"latest_commit_sha":null,"homepage":"https://xtrape-com.github.io/xtrape-capsule-site/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtrape-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security/agent-security.md","support":null,"governance":null,"roadmap":"docs/roadmap.md","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-05-05T14:16:55.000Z","updated_at":"2026-05-07T20:15:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xtrape-com/xtrape-capsule-site","commit_stats":null,"previous_names":["xtrape-com/xtrape-capsule-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xtrape-com/xtrape-capsule-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrape-com%2Fxtrape-capsule-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrape-com%2Fxtrape-capsule-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrape-com%2Fxtrape-capsule-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrape-com%2Fxtrape-capsule-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtrape-com","download_url":"https://codeload.github.com/xtrape-com/xtrape-capsule-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrape-com%2Fxtrape-capsule-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["agent","ai-infrastructure","capsule-service","control-plane","documentation","opstage","vitepress"],"created_at":"2026-05-31T00:03:22.873Z","updated_at":"2026-05-31T00:03:24.744Z","avatar_url":"https://github.com/xtrape-com.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# xtrape-capsule-site\n\n[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](./docs/legal.md)\n[![Status: Public Review](https://img.shields.io/badge/status-Public%20Review-orange.svg)](https://xtrape-com.github.io/xtrape-capsule-site/roadmap)\n[![Live site](https://img.shields.io/badge/site-xtrape--com.github.io-blue.svg)](https://xtrape-com.github.io/xtrape-capsule-site/)\n[![Built with VitePress](https://img.shields.io/badge/built%20with-vitepress-646cff.svg)](https://vitepress.dev/)\n\nPublic website and documentation for **Xtrape Capsule** — a lightweight control\nplane for AI-era Capsule Services.\n\nLive site: https://xtrape-com.github.io/xtrape-capsule-site/\n\nThis is the public docs site. Source for the platform itself lives in:\n\n- [`xtrape-capsule-ce`](https://github.com/xtrape-com/xtrape-capsule-ce) —\n  Opstage CE (backend, UI, deploy)\n- [`xtrape-capsule-agent-node`](https://github.com/xtrape-com/xtrape-capsule-agent-node)\n  — Node embedded Agent SDK\n- [`xtrape-capsule-contracts-node`](https://github.com/xtrape-com/xtrape-capsule-contracts-node)\n  — Shared Zod / TS contracts\n\n## Stack\n\nVitePress + TypeScript + Markdown.\n\n## Local development\n\n```bash\npnpm install\npnpm docs:dev          # http://localhost:5173\n```\n\n## Build\n\n```bash\npnpm docs:build        # output: docs/.vitepress/dist\npnpm docs:preview      # serve the built site locally\n```\n\n## Deploy\n\nThe site is deployed by the GitHub Actions workflow in\n`.github/workflows/deploy.yml`. Pushing to `main` rebuilds and publishes to\nGitHub Pages.\n\nTo deploy manually:\n\n```bash\npnpm docs:build\n# upload docs/.vitepress/dist to your hosting target\n```\n\n## Layout\n\n```text\ndocs/\n├── index.md                 # homepage (hero + module overview)\n├── getting-started/         # quick start, install, first capsule service\n├── concepts/                # capsule service / opstage / agent / registration / contract\n├── opstage-ce/              # CE-specific deployment, configuration, admin UI, backup\n├── agents/                  # agent SDK pages\n├── contracts/               # contract-level reference\n├── use-cases/               # integration services / Playwright workers / account pool / AI agent runtime\n├── editions/                # CE / EE / Cloud\n├── security/                # token model, agent security, overview\n├── roadmap.md\n├── faq.md\n└── glossary.md\n\nblog/                        # release posts\ndocs/public/                 # static assets copied by VitePress\n.github/workflows/deploy.yml # CI deploy to GitHub Pages\n```\n\n## Contributing docs\n\n1. Fork or branch.\n2. Edit Markdown under `docs/`.\n3. Run `pnpm docs:dev` and check your changes.\n4. Run `pnpm docs:build` before opening a PR.\n5. Open a PR; CI will rebuild on merge.\n\nStyle guidance:\n\n- Lean technical, not marketing.\n- Concrete examples beat abstract definitions.\n- Don't expose internal naming, business strategy, or non-public roadmaps.\n\n## License and trademarks\n\nCode snippets and technical documentation in this site are licensed under\n**Apache-2.0**, the same license as the rest of the Xtrape Capsule repositories.\n\n**Xtrape**, **Xtrape Capsule**, **Opstage**, and related logos or marks are\ntrademarks or planned trademarks of their respective owners. The open-source\nlicense does **not** grant trademark rights — see\n[docs/legal.md](./docs/legal.md) for the full statement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtrape-com%2Fxtrape-capsule-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtrape-com%2Fxtrape-capsule-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtrape-com%2Fxtrape-capsule-site/lists"}