Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLM Based API Design Assistant #3564

Open
Arshardh opened this issue Feb 3, 2025 · 0 comments · May be fixed by wso2/apim-apps#871
Open

LLM Based API Design Assistant #3564

Arshardh opened this issue Feb 3, 2025 · 0 comments · May be fixed by wso2/apim-apps#871

Comments

@Arshardh
Copy link

Arshardh commented Feb 3, 2025

Problem

WSO2 API Manager faces several challenges for new users creating APIs in the Publisher Portal, including

  1. New users often find it challenging to choose the right API type for their needs and set up API and Portal configurations in order to optimize API security and performance.
  2. Manually navigating through various menus and configuring individual features such as CORS, response caching, schema validation, and more can be a time-consuming process.
  3. While spec generation through tools like ChatGPT provides a starting point, it does not address essential capabilities such as API security, Authentication, Authorization, API Governance, rate limiting, and other advanced capabilities offered by APIM. Technically, it cannot generate API specifications that we can directly deploy into API Management with all QoS configurations.

Proposed Solution

The API Design Assistant uses artificial intelligence and language models to help API creators design, implement, and test APIs. It can assist in tasks such as generating API specifications, selecting appropriate configurations, streamlining the API development process, and improving the quality of the resulting APIs.

Alternatives

No response

Version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment