docs(landing): align remaining landing pages with Command as Service concept
This commit is contained in:
parent
4c77426965
commit
84f2604106
@ -29,7 +29,7 @@ export default function NetworkApiPage() {
|
|||||||
Developer API
|
Developer API
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||||
Integrate GitDataAI capabilities into your own tools and workflows. Full REST API with token-based authentication.
|
Emit commands, stream agent results, and orchestrate your AI workforce via a unified REST API. Your CLI is also your API — every action is a command, and the API is the programmatic interface to that command stream.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ export default function NetworkRoomsPage() {
|
|||||||
Public Rooms
|
Public Rooms
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||||
Join open collaborative sessions where developers and AI agents work together on real engineering problems.
|
Join open collaborative rooms where developers and AI agents execute engineering commands together on real problems. Every action is a command — observe, participate, or deploy your own agents.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ export default function PricingEnterprisePage() {
|
|||||||
Enterprise
|
Enterprise
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||||
Custom deployment, dedicated infrastructure, and enterprise-grade support for organizations that need more than a SaaS plan.
|
Command as Service at enterprise scale. Custom deployment, dedicated infrastructure, and granular command-stream governance for organizations that need full control of their agent fleet.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ import {useState} from 'react';
|
|||||||
|
|
||||||
const FAQS = [
|
const FAQS = [
|
||||||
['How does billing work?', 'You are billed monthly based on your active tier. Upgrades take effect immediately; downgrades apply at the next billing cycle.'],
|
['How does billing work?', 'You are billed monthly based on your active tier. Upgrades take effect immediately; downgrades apply at the next billing cycle.'],
|
||||||
['What counts as a token?', 'Tokens are the sum of all input and output tokens consumed by your agents across all models. Memory storage is billed separately.'],
|
['What counts as a token?', 'Tokens are the sum of all input and output tokens consumed by your agents executing commands across all models. Memory storage is billed separately.'],
|
||||||
['Can I get a refund?', 'Monthly plans are non-refundable. Annual plans can be refunded pro-rata within the first 30 days.'],
|
['Can I get a refund?', 'Monthly plans are non-refundable. Annual plans can be refunded pro-rata within the first 30 days.'],
|
||||||
['What happens if I exceed my limit?', 'Your agents will be throttled until you upgrade or the cycle resets. You can also set hard caps to prevent overages.'],
|
['What happens if I exceed my limit?', 'Your agents will be throttled until you upgrade or the cycle resets. You can also set hard caps to prevent overages.'],
|
||||||
['Do you offer annual discounts?', 'Yes — annual plans are discounted 20% compared to monthly billing.'],
|
['Do you offer annual discounts?', 'Yes — annual plans are discounted 20% compared to monthly billing.'],
|
||||||
|
|||||||
@ -24,7 +24,7 @@ export default function SkillsDocsPage() {
|
|||||||
Building Skills
|
Building Skills
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||||
A skill is a versioned package of prompts, tools, and behavior patterns that define how an agent operates. Learn how to build, test, and publish them.
|
A skill is a versioned package of prompts, tools, and behavior patterns that define how an agent operates — invoked by command, composable into any workflow. Learn how to build, test, and publish them.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@ export default function SkillsPublishPage() {
|
|||||||
Publish a Skill
|
Publish a Skill
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||||
Turn your best agent behaviors into reusable, versioned skills and share them with the community — or keep them private to your workspace.
|
Turn your best agent behaviors into reusable, versioned skills — invoked by command, composable into any workflow. Share with the community or keep private to your workspace.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@ export default function SolutionsGovernancePage() {
|
|||||||
Compute Governance
|
Compute Governance
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||||
Unified management of LLM tokens and compute resources across your entire agent fleet. Set budgets, enforce limits, and get full cost visibility.
|
Unified management of LLM tokens and compute resources across your agent fleet. Every AI command has a cost — set budgets, enforce limits, and get full visibility into your command stream spend.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ export default function SolutionsMemoryPage() {
|
|||||||
Agent Memory
|
Agent Memory
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||||
Git-native long-term memory for AI agents. Branch, commit, merge, and rollback AI context the same way you manage source code.
|
Git-native long-term memory for AI agents — versioned command context that travels with every command. Branch, commit, merge, and rollback AI context the same way you manage source code.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user