- Orbitra API Template: Kickstart API development with a FastAPI-based project structure, including example endpoints, authentication scaffolding, and integration with Orbitra data models. This template helps you rapidly build, test, and deploy robust APIs within the Orbitra ecosystem.
- Orbitra Flow Template: Jumpstart orchestration with ready-to-use Prefect flow examples, making it easy to automate and schedule your data pipelines.
- Orbitra Data Apps Template: Quickly build and deploy data-driven applications with a pre-configured project structure. This template provides essential configuration files, a sample Python entry point, and Docker support, enabling rapid prototyping and scalable deployment of Orbitra-based data apps.
- (Optional, but recommended) Open the project in a Dev Container. Atomo will have already configured the container for you, so you can start working immediately.
- In your terminal, run
uv syncto automatically install all required dependencies and set up your Python environment. This ensures your project is ready to use.
How to activate the MCP
At the top of each documentation page, you’ll find a “Copy page” button and an arrow next to it. Click the arrow, choose your preferred AI agent, and you’ll be redirected to the extension installation page. Install the MCP extension, and you can immediately start asking questions about the documentation.Manual Setup
1) Get access to Orbitra packages
To install Orbitra SDKs, you’ll need access to your organization’s internal proxy/registry. Contact us (or your internal platform team) to get the registry URL and credentials.2) Install your organization settings package
2.1) Managing dependencies with pyproject.toml
Follow the examplepyproject.toml file to continue the setup.
.venv and locks dependencies.
2.2) Managing dependencies with requirements.txt
With the right access, follow the examplerequirements.txt file to continue the setup: