PATH by Grove
PATH API & Toolkit Harness

Overview
PATH (Path API & Toolkit Harness) is an open source framework to enable access to a permissionless network of API providers of open source services and data sources without sacrificing enterprise-grade SLAs.
It provides all the necessary tools for you to deploy your own API Gateway without needing to maintain the backend services.
An easy way to think about PATH and Pocket Network is:
- Pocket Network is a permissionless network of API providers for open source services and data sources
- PATH is a framework to build a Gateway that ensures high quality of service atop of Pocket Network
Where do I get started?
To get started, allocate 1-3 hours of time and start with the PATH Introduction.
It will go through all the details of how PATH works, how to configure it, and how to run it locally.
TODO
This documentation is an active work in progress and there's a lot more we want to add:
- Video tutorial walkthrough
- Deployment instructions
- Billing integrations
- ETL Pipelines
- Add your request here
Is PATH for me?
If you're a Web2 Gateway Provider, you have four modes of operation to choose from:
-
Dependent (Step Aside): Let clients use Grove's Portal directly. For example, if you do not provide the services the customer is looking for.
-
Grove Hybrid (Frontend): Provide a custom front-end experience and build your own gateway infrastructure but leverage Grove's Portal API behind the scenes. For example, if you want want to build your own business logic around quality-of-service, load balancing, authentication as well as building your own front-end.
-
PATH Hybrid (Full Stack): Use
PATH
so you can provide the client with a customized end-to-end experience but also settle traffic onPocket Network
yourself without relying onGrove
's infrastructure at all. -
Independent (On Your Own): Use your own stack to settle traffic on your own infrastructure, independent of
Grove
,PATH
orPocket Network
.
Here's the information reorganized into a table and nodes section:
Implementation Mode Comparison
If you're a Web2 Gateway Provider, you can use this table to understand you preferable mode of operation:
Mode | Your Backend Infrastructure | Your Gateway Frontend | Your Gateway uses PATH | Customer uses Grove's Portal | Traffic Settled on Pocket Network | Description / Example |
---|---|---|---|---|---|---|
1. Dependent (Step Aside) | ❌ | ❌ | ❌ | ✅ | ✅ | Customers go to Grove's Portal for direct access |
2. Grove Hybrid (Frontend) | ❌ | ✅ | ❌ | ❌ | ✅ | Customers go to your frontend but use Grove's Portal API backend behind the scenes |
3. PATH Hybrid (Full Stack) | ❌ | ✅ | ✅ | ❌ | ✅ | Customers go to your frontend but use PATH's features (e.g. Quality-of Service) and settle traffic on Pocket network directly |
4. Independent (On Your Own) | ✅ | ✅ | ✅ | ❌ | ❌ | Customers go to your frontend and dependent on your gateway and infrastructure across the whole stack |