Auto-map a binding from a goal
Describe what you want in plain language (“look up a caller by phone and return their open tickets”) and the AI assistant proposes a binding over the provider’s discovered schema: which operation to call, how to map your agent’s inputs to its arguments, and which fields to return. The proposal is validated against the schema and saved as a disabled draft for you to review before you enable it. Returns 422 if it can’t produce a valid binding, 404 if the provider hasn’t been discovered yet.
Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
google_calendar, google_sheets, calendly, hubspot, square, opentable, shopify, postgres, mysql Body
A natural-language description of the read you want.
Response
The created draft binding skill.