Open Closed

Abp Suite Api #9963


User avatar
0
wak created

Hello Support Team,

I just have simple question about ABP Suite. Can we use Abp suite via api. e.g. create or update entities via api calls when abp suite is running.


3 Answer(s)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent
    • ABP Suite does not provide an official, documented public API for direct entity creation or update via HTTP API calls. However, since ABP Suite runs as a local web application, its internal operations (such as creating or updating entities) are performed through HTTP requests to its backend.

    • You can capture these HTTP requests (for example, using browser developer tools) and then replay them using tools like PowerShell, cURL, or similar. This allows you to automate Suite actions by mimicking the requests Suite's UI sends to its backend.

    • This approach is not officially supported or documented, and the internal API may change between Suite versions. Use it with caution, especially in production or automated environments.

    • Example: Capture the request for adding a solution or entity, then use the same request structure in your automation scripts.

    Sources:

    • https://abp.io/support/questions/841

    This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.

  • User Avatar
    0
    wak created

    I have searched and as the following support entry includes a screenshot of swagger ui which probably lists the suite's api endpoint. It would be very helpful if you can elaborate if we can use/view the swagger ui. https://abp.io/support/questions/736/creating-muliple-entities

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The ABP suite is not designed for API calls. All the input parameters are explained in the UI.

    If you want to use the API, you can check the api http request in the Chrome Network Panel.

    Thanks

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 02, 2025, 08:00