Platform Usage
Manage chainhooks visually with the Hiro Platform web interface
Overview
The Hiro Platform provides a web-based interface for managing chainhooks without writing code.
| Feature | Platform UI | Chainhook SDK |
|---|---|---|
| Create chainhooks | ✓ Visual builder | ✓ Programmatic |
| View status & activity | ✓ Dashboard view | ✓ API calls |
| Manage API keys | ✓ UI management | - |
| Edit chainhooks | - | ✓ Full control |
| Automation | - | ✓ CI/CD integration |
| Get started quickly | ✓ No code needed | Requires setup |
When to Use the Platform UI
Choose the Platform UI when you:
- Want to create chainhooks visually without code
- Need to view chainhook status and activity in a dashboard
- Are managing API keys
- Want to get started quickly
Choose the Chainhook SDK when you:
- Need to edit existing chainhooks (not available in Platform UI)
- Want to automate chainhook operations
- Are integrating chainhook management into your application
- Manage chainhooks programmatically at scale
Accessing the Platform
Sign In
- 1Visit platform.hiro.so
- 2Sign in with your account
- 3Navigate to the Chainhooks section
If you don't have an account, sign up at platform.hiro.so to get started.
Platform Features
The Platform UI provides:
- Visual chainhook builder - Create chainhooks with form inputs and dropdowns
- Activity dashboard - Monitor chainhook status and trigger counts
- API key management - Generate and rotate API keys
- Webhook testing - Test your webhook endpoints