Skip to main content
All CollectionsAPI DevelopmentFirst Introduction - Frends APIs
Introduction to What is needed for creating an API
Introduction to What is needed for creating an API

Requirements for an API

Aleksi Hytönen avatar
Written by Aleksi Hytönen
Updated over 10 months ago

What is needed for creating an API

To create an API in Frends, you'll need the following information:

  • API specification in either YAML or JSON format, based on OpenAPI specification.

  • Process design for each API endpoint and operation, indicating whether new Processes will be created or existing ones will be linked to the API endpoints.

  • Decision on the authentication method to be used, along with any necessary configuration parameters.

  • Information on which Agent Group the APIs will be deployed.

In addition to this information, you must also have user rights for the necessary UIs and features required for the API creation process.

Did this answer your question?