Developer / Reseller

You want to list your app on appmarket.space - sure go ahead!

Apply here: JOIN APPMARKET.SPACE

Do you want to list your app as a paid one or free/public for anyone?

If you want to list your app for free or public please fill out this form: https://airtable.com/shrmnlolGJJvJjUJg

In case you want to list your app to resell it you have to implement the execution security feature into your app.

Can I make specific app features free and others paid?

Yes you can make your whole app paid. If you want you can make only some features (which are maybe heavy ressource using) paid and we will pay the executions out.

Why is the execution security feature a game changer for automation?

Yes, let's start easy. Why is the execution security feature so great for you? Well, the biggest problem so far is, if you lose the invitation link to your app anybody can use it and share it without your consent or knowledge. Scamers, fraud, not paying clients etc... we all know, once a link is shared its gone.

We changed that!

The execution security feature is a short piece of code you insert in your apps Authentification. When the app is executed it asks the user for his API Key of Appmarket Space. We then check if the user has sufficient rights to execute the app. With the execution security feature, we guarantee that every execution is legit and you earn money.

How to implement the execution security feature?

You simply need to insert some code with your Developer API Key into your App.

  • In Base -> Common Data you need to insert this for example:

{
    "devKey": "yourDevKey", // you get it after application
    "authUrl": "https://auth.appmarket.space/"
}
  • In MODULES you need to insert:

This snippet before the acutal request you will build into the App.

[ 
   {
        "url": "{{common.authUrl}}",
        "method": "POST",
        "qs": {},
        "body": {
            "apiKey": "{{connection.apiKey_ams}}",
            "devKey": "{{common.devKey}}"
        },
        "headers": {},
        "response": {
            "valid": {
                "condition": "{{body.validation}}",
                "message": "[{{body.statusCode}}] {{body.message}}",
                "type": "{{body.type}}"
            },
            "temp": {
                "validation": "{{body.validation}}"
            }
        },
        {
         .... your code....
        }
]
  • In Connectionyou need to insert:

‌This is the snippet in Connection --> Communication

[
{
    "url": "{{common.authUrl}}",
    "method": "POST",
    "qs": {},
    "body": {
        "apiKey": "{{parameters.apiKey_ams}}",
        "devKey": "{{common.devKey}}"
    },
    "headers": {},
    "response": {
        "valid": {
            "condition": "{{body.validation}}",
            "message": "[{{body.statusCode}}] {{body.message}}",
            "type": "{{body.type}}"
        },
        "output": {
            "validation": "{{body.validation}}"
        }
    }
},
{
   ....your
}
]

This snippet into Common Data

{
    "devKey": "yourdevKEy",
    "authUrl": "https://auth.appmarket.space/"
}

This snippet into Connection PARAMETERS


[
    {
        "name": "apiKey_ams",
        "type": "text",
        "label": "appmarket.space API Key",
        "required": true
    },
    {
    ....your parameters...
    }
]

Where can I get my developer API Key?

Please apply here: JOIN APPMARKET.SPACE

How to list my App on the Appmarket Space?

When you want to request a listing please share us your invintation link of the App here. we will check and list the App.

Security and Support - Who is responsible for the App and Supports Users?

Security: Since we donot have access to your Apps and simply share the app for the user you remain owner off the App. You are responsible for any fraudulent or damaging actions. We donot take any responsiblity for the App it self. Please check the GTC https://www.iubenda.com/terms-and-conditions/36865363

Support: Therefore we need a support contact, who can be contacted by users. We may in certain cases disclose your address and other informations to the user.

What is my cut resp. payout?

It depends and ranges between 0.5 - 0.3 $-Cents per execution. You need to atleast reach two level to achieve the payout.

Level & Payout

1.Partner 0.5$ Cents

2. Senior 0.4$ Cents

3. Junior 0.3$ Cents

Active Apps

5

3

1

Total App Executions

10.000 per month

5.000 per Month

500 per Month

Average App Actions & Triggers

15

10

5

Execution Earning

Share

0.5 $cents

0.4 $cents

0.3 $cents

What if I miss a level in a month or do not hit the level in the following month? We will store the payout till you reach the Junior level. As soon as you once reached a higher level you will remain there. So as soon as you are Partner you will always get 0.5$cents. Sounds fair? 😉

For example Simo&Pascal build the JS App this app runs 100.000 times a month means 500$ per month for the app. Passiv & per month.

Roadmap

Last updated