Quickstart
This quickstart shows how to orient around PubFi’s public docs, Discovery surfaces, and agent interfaces.1. Read The Public Index
Start with:2. Inspect API And MCP Schemas
Open:3. Choose The Right Path
| Need | Path |
|---|---|
| Compare crypto data providers | Discovery pages |
| Let an agent inspect available data | pubfi.capabilities.search |
| Turn a data need into a route | pubfi.route.plan |
| Understand why a route was selected or rejected | pubfi.route.explain |
| Inspect input/output shape | pubfi.schema.get |
| Estimate cost posture | pubfi.pricing.quote |
| Execute a supported route | pubfi.route.execute with PubFi API-key auth and planning evidence |
4. Create Or Load An API Key
Open the PubFi dashboard, go to Manage application keys, and create a key for the environment or agent runtime you are wiring up. Name keys by where they run, such asstaging, production, or agent-runtime.
Copy the key when it is shown. PubFi keys use the pf_sk_v1_ prefix and are shown only once after
creation. Multiple keys under the same account share account-level credits and usage history.