Demo.mp4
We use GPT-4 to generate a user-friendly tutorial against any OpenAPI spec. For example:
- Use the VoCode API to set up an automated agent that talks like Yoda and makes references from the Star Wars movies
- Use the Weaviate APIs to import a large dataset of Wikipedia articles
- Use the SendGrid APIs to create a marketing and start an email campaign
This is useful for API providers who want to provide a tutorial for their API and bootstrap something quickly, or for developers who want to learn how to use an API.
The fastest way to get started is to use our hosted version at getrestly.com.
We've split frontend and backend across two repos:
- Validate OpenAPI spec
- Allow multiple API specs in the same time (Pinecone + VoCode)
- Execute the actual steps in an actual execution environment to know if the steps are correct vs. hallucinated
- Edit mode vs. generation mode
- Take an existing tutorial and check if it's valid against a new OpenAPI spec