diff --git a/src/app/network/api/page.tsx b/src/app/network/api/page.tsx index b2b2c23..781e137 100644 --- a/src/app/network/api/page.tsx +++ b/src/app/network/api/page.tsx @@ -29,7 +29,7 @@ export default function NetworkApiPage() { Developer API
- 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.
diff --git a/src/app/network/rooms/page.tsx b/src/app/network/rooms/page.tsx index 441bde0..8052d16 100644 --- a/src/app/network/rooms/page.tsx +++ b/src/app/network/rooms/page.tsx @@ -27,7 +27,7 @@ export default function NetworkRoomsPage() { Public Rooms- 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.
diff --git a/src/app/pricing/enterprise/page.tsx b/src/app/pricing/enterprise/page.tsx index fe87cc1..14571f2 100644 --- a/src/app/pricing/enterprise/page.tsx +++ b/src/app/pricing/enterprise/page.tsx @@ -31,7 +31,7 @@ export default function PricingEnterprisePage() { Enterprise- 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.
diff --git a/src/app/pricing/faq/page.tsx b/src/app/pricing/faq/page.tsx index b2f627e..046ee4e 100644 --- a/src/app/pricing/faq/page.tsx +++ b/src/app/pricing/faq/page.tsx @@ -5,7 +5,7 @@ import {useState} from 'react'; 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.'], - ['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.'], ['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.'], diff --git a/src/app/skills/docs/page.tsx b/src/app/skills/docs/page.tsx index 6605fe1..3755c76 100644 --- a/src/app/skills/docs/page.tsx +++ b/src/app/skills/docs/page.tsx @@ -24,7 +24,7 @@ export default function SkillsDocsPage() { Building Skills- 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.
diff --git a/src/app/skills/publish/page.tsx b/src/app/skills/publish/page.tsx index 1713027..ff83477 100644 --- a/src/app/skills/publish/page.tsx +++ b/src/app/skills/publish/page.tsx @@ -24,7 +24,7 @@ export default function SkillsPublishPage() { Publish a Skill- 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.
diff --git a/src/app/solutions/governance/page.tsx b/src/app/solutions/governance/page.tsx index 971e5fd..51f2626 100644 --- a/src/app/solutions/governance/page.tsx +++ b/src/app/solutions/governance/page.tsx @@ -28,7 +28,7 @@ export default function SolutionsGovernancePage() { Compute Governance- 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.
diff --git a/src/app/solutions/memory/page.tsx b/src/app/solutions/memory/page.tsx index aa6055d..e6bea59 100644 --- a/src/app/solutions/memory/page.tsx +++ b/src/app/solutions/memory/page.tsx @@ -22,7 +22,7 @@ export default function SolutionsMemoryPage() { Agent Memory- 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.