Gravitre is delivered as a web application backed by a secure API. You interact through the browser; integrations and automations call the same API your team can use programmatically.
What you interact with
- Web app — planning, building, monitoring, and settings at
https://gravitre.app - REST API — programmatic access at
https://gravitre.app/api/...(same origin as the app) - Connectors — authorized links to tools such as Salesforce, HubSpot, Google Workspace, and GitHub
- Sources — databases and warehouses for queries and RAG ingest
- Notifications & webhooks — outbound events when runs complete or need approval
Product surfaces at a glance
| Surface | Route | Role |
|---|---|---|
| Gravitre AI (Execute mode) | /ai?mode=execute | Delegate tracked work with action plans and async jobs |
| Gravitre AI (Chat mode) | /ai?mode=chat | Multi-turn chat, tools, and daily briefings |
| Universal Search | /search | Cross-entity lookup (legacy /chat redirects here) |
| Workflows | /workflows | Visual automation builder |
| Connectors | /connectors | SaaS integrations |
| Runs | /runs | Execution history |
| Marketplace | /marketplace | Install templates and packs |
| Metrics | /metrics | Operational dashboards |
| History | /audit | Audit log |
| Enterprise | /settings/enterprise | Admin controls (Enterprise plan) |
| Gravitre Lite | /lite | Simplified seat experience |
Legacy /command-center, /assistant, and /operator redirect to /ai with the appropriate mode.
GIBE — Gravitre Intelligent Business Engine
GIBE is the learning and ML layer behind Insights, recommendations, and built-in models:
| Surface | Route | Role |
|---|---|---|
| Insights | /intelligence | Confidence scores, recommendations, routing traces |
| Learning | /intelligence/learning | Query clusters, knowledge gaps, memory promotion, evaluation |
| Built-in models | /models/built-in | GIBE ML catalog — TRAINED / data-gate status per org |
| Training | /training | Agent fine-tunes and custom instructions |
| Models | /models | Production registry — deploy and predict (Command plan) |
GIBE learns only from verified org signals (chat queries, workflow runs, promoted memories). Predictions and promotions stay advisory until you act. See GIBE — Learning.
How work flows (conceptual)
You describe a goal (Gravitre AI, Goal, or Workflow trigger)
→ Gravitre prepares a plan or loads a published version
→ Connected tools are invoked when configured and approved
→ Step results stream into Runs
→ Approvals gate sensitive writes
→ Metrics and History record outcomes
This is a product-level view. Gravitre does not expose proprietary planning algorithms, model routing rules, or internal scoring logic in public documentation.
Environments
Most orgs use staging and production environments. Connectors, workflow versions, and Runs are scoped to the active environment — connecting HubSpot in staging does not automatically authorize production.
See Environments.
Reliability and safety
- Long-running work is tracked as Runs with step-level status
- Sensitive actions can require Approvals before execution
- Expert Review workflow nodes pause for human confirmation
- History (audit) records administrative and security-relevant events
- Failure alerts warn before high-risk scheduled workflows run
- Enterprise customers configure SSO, data residency, white label, and SIEM export
API and OpenAPI
All major product actions have REST counterparts:
- Workflows and Runs —
/api/workflows,/api/runs - Connectors —
/api/connectors - Gravitre AI (Execute mode) —
/api/operator/* - Gravitre AI (Chat mode) —
/api/assistant/* - Marketplace —
/api/marketplace/*
Published spec (redacted): openapi.json · Swagger UI
Deployment (high level)
Gravitre runs as multi-tenant SaaS on modern cloud infrastructure. Enterprise customers may deploy dedicated environments — contact sales for VPC or single-tenant options.
For internal engineering topology, see the private internal docs site (team access required).
Where to go next
| Goal | Doc |
|---|---|
| First run in 10 minutes | Quickstart |
| Connect Salesforce or HubSpot | Connectors |
| REST integration | API quickstart |
| Compliance admin | Enterprise |