Generate tap script (AI)
Taps
Generate tap script (AI)
Uses AI to generate a Python fetch() script from a plain-English description. The system prompt branches on tapType — document taps get a prompt that instructs the LLM to return {uri, filename, content} dicts, never chunk or embed, and never fall back to scanning the local filesystem.
POST
Generate tap script (AI)
Authorizations
Optional API key for authentication (enabled via application.yaml)
Body
application/json
Path of a previous script to delete after the new one is written
Tap secret name — env var keys are passed to the AI as context
Selects the system prompt for the generated script.
Available options:
structured, document 