# Developer / Reseller

## Apply here: JOIN [APPMARKET.SPACE](https://m9zpeauz7bt.typeform.com/to/lAEEDZOI)

## 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>&#x20;

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

#### 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.&#x20;

**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?**

{% embed url="<https://youtu.be/rxMANOQeHmI>" %}
Implement your snippet in 3 Minutes.
{% endembed %}

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/"
}
```

<div align="left"><img src="https://2327385927-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MZAzelsAU13usswFH38%2F-MZtYxMBFWPblyfa78MW%2F-MZt_11UoMcZJHD4tNfK%2Fimage.png?alt=media&#x26;token=fbd312f6-9393-4e90-8157-828bd3a7d2eb" alt="Here you can see an example in Integromat"></div>

* `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 Connection`you 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...
    }
]
```

<div align="left"><img src="https://2327385927-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MZAzelsAU13usswFH38%2F-MZtYxMBFWPblyfa78MW%2F-MZta9XZ5UvK4IOSw50J%2Fimage.png?alt=media&#x26;token=394dba94-4804-4fe8-b237-68cc456d56de" alt="Connection"></div>

### Where can I get my developer API Key?

**Please apply here:** [**JOIN APPMARKET.SPACE**](https://m9zpeauz7bt.typeform.com/to/lAEEDZOI)

### 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](https://airtable.com/shra8tYfZEmDcoFTE). we will check and list the App.&#x20;

{% hint style="info" %}
[List your App with this form click: Here](https://airtable.com/shra8tYfZEmDcoFTE)
{% endhint %}

#### 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.&#x20;

### 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.&#x20;

| 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        |
| <p>Average App<br>Actions & Triggers </p> | 15                   | 10                   | 5                    |
| <p>Execution Earning</p><p>Share</p>      | 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

* [x] ~~D~~evelopers will get 2.500 executions with their devKey. You can insert your key into "API Key" when running an app. So you can test and use Apps for free for up to 2.500 executions per month.
  * [x] Done --> Just use your API Key to run apps :) See all Apps here: <https://airtable.com/shrM6tXL66P8lcrY1><br>
* [x] ~~D~~evelopers will have a 4 week timeslot for existing clients to setup free / endless API Keys, so you dont need maintain one App and can manage all clients.&#x20;
  * [x] Done --> Please fill this Form when you signed up <https://airtable.com/shri3A6styY2poKYs> \
    **PLEASE wait for the redirect; we will show you the API Key**<br>
* [x] Affiliate --> Affiliate us and get 20% off on every plan and your affilatee gets a discount off 10% lifetime! Write us a f\*cking email if you want to affiliate us: [doge@appmarket.space](mailto:doge@appmarket.space?subject=Send%20me%20discount%20please\&body=hey%20send%20me%20a%20affiliate%20discount%20key.%20Thanks!) &#x20;
