Waycore’s sandbox is designed for safe end-to-end integration testing using test API keys. The sandbox follows the same public API model as production, so you can build against the real connection, accounts, transactions, sync, and webhook flows without touching a real bank connection. Base URL: https://api.waycore.com Auth: test API keys (same auth flow as production)Documentation Index
Fetch the complete documentation index at: https://docs.waycore.com/llms.txt
Use this file to discover all available pages before exploring further.
How the sandbox works
When you use a test key, you can create and interact only with Waycore’s demo institutions. Resources created through that key live in the sandbox environment, including:- Connections
- The accounts and transactions exposed through those connections
- Sync cursors and sync events
- Webhooks registered with the sandbox key
Sandbox vs live
Sandbox and live are strictly separated.- A test key can only create connections to demo institutions.
- A test key cannot access or modify resources created in the live environment.
- A test key cannot trigger or receive live webhook deliveries.
- A live key cannot operate on sandbox-only demo connections.
Entities in sandbox
Entities themselves are not split into separate sandbox and live copies. They remain organization-level resources. However, sandbox connection creation is intentionally more restrictive:- When using a test key, you can only create connections against your organization’s default entity
- When using a live key, the normal entity model applies
Typical sandbox flow
- List entities and identify your organization’s default entity
- Search sandbox institutions via
GET /v1/institutions - Create or return a connection with
POST /v1/connections - Mark setup complete and wait for the connection to become ready
- Read accounts and transactions, exercise sync, and test webhook handling