Frequently Asked Questions (FAQ)

1. What is FaasPlus?

FaasPlus is a platform that allows you to create fast REST APIs using JavaScript. It enables developers to create, publish, and manage APIs effortlessly, providing a simple and efficient way to integrate services.

2. How can I create a free account?

To create a free account, visit our Sign Up Page. Fill in your details, confirm your email, and set a password. Once your account is verified, you can log in and start creating your first workspace.

3. What are workspaces in FaasPlus?

Workspaces are environments where you can organize your API endpoints and group them based on different projects or teams. Each workspace has its own base URL, and you can manage endpoints, variables, and authentication methods within it.

4. How many endpoints can I create with a free account?

Free users can create up to 3 endpoints in total. For more endpoint capacity and advanced features, you can upgrade to a paid plan.

5. What authentication methods are available for my endpoints?

FaasPlus supports multiple authentication methods for your endpoints:

  • Basic: Classic username and password authentication.
  • API Key: A custom key name and value for secure access.
  • IP Based: Allows access only from specified IP addresses (use ";" to separate multiple IPs).

6. Can I use templates to create my endpoints?

Yes! FaasPlus provides predefined templates to help you quickly create and configure your endpoints. Simply select the template that fits your use case, modify it as needed, and publish your endpoint.

7. How do I monitor my endpoints?

Once your endpoints are live, you can view incoming requests, log details, and access the code used to define the endpoint. You can simulate the endpoint using the code editor, and once you're satisfied with the results, publish it for production.

8. What is the FaasPlus Dashboard?

The FaasPlus Dashboard is the main control panel where you can manage your workspaces, create new endpoints, view logs, and customize your API settings. It provides a user-friendly interface to handle all aspects of your API development.

9. Is FaasPlus suitable for production use?

Free accounts on FaasPlus are ideal for testing, learning, or small hobby projects. For production-level applications, we recommend upgrading to a paid plan that offers more resources, support, and advanced features.

10. Where can I find examples or tutorials?

You can check out our Examples section, where we provide various use cases and step-by-step guides to help you make the most out of FaasPlus. Whether you're a beginner or an advanced user, there's something for everyone.