- pasting an OpenAPI JSON or YAML document
- pasting a public spec URL
- asking the Assistant to look for API docs based on your provider domain
Supported operations
Agent Wonderland currently imports:| Method | Supported request shape |
|---|---|
GET | path and query parameters |
POST | JSON body, path parameters, and query parameters |
PUT | JSON body, path parameters, and query parameters |
PATCH | JSON body, path parameters, and query parameters |
DELETE | path and query parameters, no body |
Supported auth
The MVP auth modes are:- no auth
- bearer token
- one custom header API key
secretRef in auth.yaml. Paste the actual secret only into the secure secret field in the Assistant or auth flow.
Import results
After import, the workspace usually contains:api.yamlauth.yamlpricing.yamldistribution.yaml- endpoint YAML files
- test JSON stubs
- unsupported operation diagnostics, when needed
active: false. This keeps large imports safe: you can review, filter, search, and activate only the endpoints you want to publish.
Large specs
Large specs can create dozens or hundreds of endpoint files. Use Endpoints to filter and search across them, and use Files when you want direct YAML control. The Assistant summarizes large imports with:- API count
- drafted endpoint count
- unsupported operation count
- auth requirements
- pricing defaults
- activation status
Common reasons an operation is not imported
- unsupported HTTP method
- unsupported request body media type
- multipart or file upload input
- complex auth scheme outside the MVP modes
- ambiguous server URL
- parameter style the importer cannot safely mirror