Frequently Asked Questions
Below are answers to the most common questions about Orbit, including the App, Agents, and the Platform API.
General
What is Orbit?
Orbit is an AI-native platform foundation that enables business units and partners to build, host, and manage their own agents. It provides the building blocks for dashboards, chats, and workflows powered by your custom agents and data.
Who can use Orbit?
Orbit is designed for:
- Business Units (BUs) within Constellation / Pyxis to run their own agents and integrations.
- End-users (e.g., gym owners, hotel staff, etc.) who interact with dashboards and AI agents.
- Developers building custom agents or integrations via the Orbit Platform API.
Orbit App
How do I sign in?
You can log in with:
- Email + password
- Single Sign-On (SSO) if your organization enabled providers (Google, Microsoft, etc.)
- External JWT authentication if your BU integrates directly with Orbit
Can I customize my dashboard?
Yes. You can drag-and-drop charts, tables, and markdown cards to create personalized dashboards. Dashboards can be exported, shared, or embedded.
Can I chat with agents from dashboards?
Yes. The Chat Component can be embedded in any dashboard, allowing you to interact with AI agents directly alongside your data.
Agents
What types of agents are available?
- Built-in Agents (maintained by Orbit, e.g., Email, SMS, File Analyzer).
- Community Agents (developed by partner BUs and collaborators).
- Custom Agents (you or your BU can build and publish to the marketplace).
How do I use an agent?
Browse the Agent Marketplace to find agent templates and starter kits. Clone or customize agents for your organization's specific needs. Your team controls which agents to deploy in your environment.
Can I build my own agent?
Yes. Developers can use the Orbit SDK or API to create agents. See Creating Agents.
Data & Security
Where is my data stored?
Your data is stored in your own infrastructure. Business Units host their own Orbit platform deployment and maintain complete control over data storage, whether in your cloud environment, on-premises, or hybrid setup.
Does Orbit log authentication attempts?
Yes, all authentication requests are logged and rate-limited.
Does Orbit support role-based access control (RBAC)?
Yes. Features can be enabled/disabled at the Org, Account, and User levels. Fine-grained RBAC for agents and APIs is expanding in upcoming releases.
Platform & Framework
What's the difference between Orbit Console and Orbit Hosted?
- Orbit Console: Orbit-hosted development environment for building, testing, and publishing agents to the marketplace. Your team uses this for development only.
- Orbit Hosted: Complete platform toolkit that your team deploys in your own infrastructure, including development tools, marketplace, and production runtime.
Do we need to host our own infrastructure?
Yes. Business Units always host their own production agents and data. Orbit provides the platform foundation, but you maintain complete control over your deployment, security, and data sovereignty.
What technology stack does Orbit use?
Orbit is built with modern, cloud-native technologies that work across AWS, Azure, GCP, and on-premises environments. The platform includes containerized services, APIs, and UI components that integrate with your existing tech stack.
Can we customize Orbit for our domain?
Absolutely. Orbit is designed as a platform foundation that you build upon. You can:
- Create domain-specific agents using our starter kits
- Customize UI components and workflows
- Integrate with your existing systems and data sources
- Extend the platform with your own tools and services
Building with Orbit
How do we get started building agents?
- Access Orbit Console for development and testing
- Choose from available starter kits and templates
- Build your domain-specific agents using our blueprints
- Test in Console, then deploy to your hosted environment
- Share successful agents with the community marketplace
How do we ensure our agents are compliant?
Follow Orbit's blueprint standards:
- Include proper
ai-tools.json
metadata files - Implement required
/health
and/invoke
endpoints - Use Orbit's security protocols (HMAC, authentication)
- Test compliance using the Playground before deployment
Can our agents talk to each other?
Yes. Orbit supports Agent-to-Agent (A2A) communication through the platform's message bus. Agents can discover and interact with other agents in your environment while maintaining security boundaries.
Hosting & Deployment
What infrastructure do we need?
Orbit Hosted runs on standard cloud infrastructure:
- Compute: Kubernetes or container orchestration
- Storage: Object storage (S3, Azure Blob, GCS) and databases
- Networking: Load balancers, API gateways, service mesh
- Security: Identity providers, secret management, monitoring
How do we handle scaling?
Your Orbit deployment scales with your infrastructure:
- Horizontal scaling for agent workloads
- Load balancing across multiple instances
- Auto-scaling based on demand
- Resource isolation between different agent types
What about security and compliance?
You maintain complete control over security:
- Deploy in your own VPC/network
- Use your existing identity and access management
- Apply your organization's security policies
- Maintain audit trails and compliance requirements
How do we manage updates?
Platform updates are delivered via GitHub repository releases:
- Fork the Orbit repository to your organization's GitHub
- Pull updates when your team is ready to upgrade
- Review release notes for breaking changes and new features
- Test in development before deploying to production
- Control your upgrade timeline - no forced updates
Community & Marketplace
How does the agent marketplace work?
The marketplace enables cross-BU collaboration:
- Publish: Share your successful agents as templates
- Discover: Find agents built by other Business Units
- Customize: Clone and adapt agents for your specific needs
- Contribute: Improve existing templates and share learnings
Can we keep some agents private?
Yes. You have full control over what you share:
- Private agents: Keep within your organization
- Community agents: Share with other BUs in the marketplace
- Open source: Contribute to the broader Orbit ecosystem
How do we contribute back to the community?
- Submit successful agent templates to the marketplace
- Contribute improvements to existing starter kits
- Share best practices and documentation
- Participate in community discussions and feature requests
Still Need Help?
- Platform Support: Contact the Orbit platform team for technical guidance
- Community: Join BU discussions and knowledge sharing
- Documentation: Browse comprehensive guides and API references
Last updated on