Importing from OpenAPI
Two paths for OpenAPI input:
- Direct parser (no LLM) —
chainapi import openapi.yaml. Faster, deterministic, free. - AI importer with prompts — better for OpenAPI specs that lack rich descriptions or have unusual auth flows.
Use the direct parser first; fall back to the AI importer if the result needs significant editing.
See AI importer playbook for the prompt workflow.