Files
a2a-platform 145ca85f72 deploy
2026-06-27 01:02:12 +00:00

39 lines
1.0 KiB
Markdown

---
name: link-routes
description: Handle 3 OpenAPI operation(s) under /link for the link route group.
---
# link API Routes
Handle 3 OpenAPI operation(s) under /link for the link route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### link_token_create
- Operation ID: `link_token_create`
- Route: `POST /link/token/create`
- Mode: WRITE
- Summary: Create Link Token
- Body: JSON request body accepted.
### link_token_get
- Operation ID: `link_token_get`
- Route: `POST /link/token/get`
- Mode: WRITE
- Summary: Get Link Token
- Body: JSON request body accepted.
### link_oauth_correlation_id_exchange
- Operation ID: `link_oauth_correlation_id_exchange`
- Route: `POST /link/oauth/correlation_id/exchange`
- Mode: WRITE
- Summary: Exchange the Link Correlation ID for a Link Token
- Body: JSON request body accepted.