1
Sign up
Go to spin.siftd.ai and create your account.
2
Connect a SPIN runtime
SPIN runtimes execute your notebook code securely within your infrastructure.Then add the runtime to your workspace:
- Go to Runtimes in your workspace
- Click Add Runtime
- Run the spin-runtime using Docker (copy the command from the UI, which includes the
SPIN_TOKEN
): - Provide the runtime URL:
3
Configure connections
Connections let your notebooks securely access external systems like monitoring tools, cloud providers, and APIs.To add your first connection:
- Go to Connections in your workspace
- Click Create Connection
- Choose a connection type (Splunk, Datadog, AWS, etc.)
- Fill in the required credentials and settings
4
Create your first notebook
Now you’re ready to create your first operational notebook:
- Go to Notebooks in your workspace
- Click Create Notebook
- Give it a descriptive name, like “Database Performance Investigation”
- Start adding cells:
- Markdown cells for documentation and context
- Python cells for custom logic and data processing
- Integration cells (Splunk, Datadog, etc.) for tool-specific queries
- Shell cells for command-line operations
5
Run and share your notebook
Execute your notebook cells individually or run the entire notebook:
- Click the play button on individual cells
- Use Run All to execute the complete workflow
- Review outputs and results inline
- Share the notebook with team members for collaboration
Next Steps
- Explore integration guides for your specific tools
- Learn about template variables for dynamic notebooks
- Set up AI assistance for notebook creation and analysis