Table of Contents
By accessing or using HollowHost (the "Service") — including creating an account, deploying an agent, triggering a run, or simply browsing the platform — you explicitly and unreservedly agree to be bound by these Terms & Services ("Terms").
If you do not agree to these Terms in their entirety, you must immediately stop using the Service. Use of the Service constitutes acceptance of the version of these Terms in effect at the time of use.
If you are using the Service on behalf of an organisation, you represent that you have the authority to bind that organisation to these Terms.
HollowHost is a managed deployment platform operated by One Click Flare that allows users to deploy GitHub repositories as containerised AWS Lambda functions, referred to as "agents". The platform provides:
The Service is provided "as is". OCF reserves the right to modify, suspend, or discontinue any feature at any time, with or without notice.
You must create an account to use the Service. You agree to provide accurate and complete information during registration and to keep your account information up to date.
You are solely responsible for maintaining the confidentiality of your account credentials and for all activity that occurs under your account. You must notify OCF immediately at security@oneclickflare.fr if you suspect any unauthorised access.
Each account is for a single user. Account sharing, reselling of access, or creating accounts on behalf of third parties without their knowledge is prohibited.
You must be at least 18 years of age (or the age of legal majority in your jurisdiction) to use the Service.
The Service uses a credit system called tokens. Tokens are consumed for deployments, runs, and monthly storage of deployed agents. Tokens have no cash value and are non-transferable.
1 Compute Unit (token) ≈ $0.001 of platform resource consumption.
Tokens allocated as part of a paid subscription are valid for 30 days from the date of issuance. Any tokens remaining unused at the end of the 30-day period are permanently forfeited and are not carried over to the next billing cycle. One Click Flare will not refund, compensate, or reload tokens that have expired, regardless of the reason they went unused.
| Action | Cost |
|---|---|
| Agent deployment (publish) | 50 tokens (flat) |
| Agent run | 2 (base) + ⌈duration_seconds / 10⌉ + ⌈log_size_kb / 100⌉ tokens |
| Monthly agent storage | 20 tokens per deployed agent, per month |
Run duration is measured from Lambda invocation start to completion. Log size is measured at ingestion. Storage costs apply while the agent remains in DEPLOYED status.
| Free | Starter ($9/mo) | Pro ($39/mo) | Enterprise ($149/mo) | |
|---|---|---|---|---|
| Tokens / month | 500 | 12,000 | 60,000 | 300,000 |
| Overage | Blocked | $1.00 / 1K tokens | $0.80 / 1K tokens | $0.60 / 1K tokens |
| Max agents | 2 | 10 | 50 | Unlimited |
| Max runs / month | 50 | 1,000 | 10,000 | Unlimited |
| Max run duration | 60 seconds | 5 minutes | 15 minutes | 15 minutes |
| Log retention | 3 days | 14 days | 30 days | 90 days |
| Cron scheduling | No | Yes | Yes | Yes |
On paid tiers, consumption beyond the monthly token allowance is billed at the overage rate for your tier. Overage charges are calculated and invoiced at the end of each billing cycle. OCF reserves the right to suspend the account if overage amounts remain unpaid.
Token consumption for runs is based on actual execution time and log volume:
All payments on HollowHost are processed by Stripe, Inc. (a third-party payment service provider). One Click Flare does not store, handle, or have access to your full card details — all payment data is collected and processed directly by Stripe in accordance with PCI-DSS standards.
By providing your payment information, you authorise One Click Flare to instruct Stripe to charge your payment method for the subscription plan selected and any applicable overage, on a recurring monthly basis.
Subscriptions auto-renew at the end of each billing cycle unless cancelled before the renewal date from your account settings. You will receive a receipt by email after each successful charge.
All prices are listed in USD and are exclusive of any applicable taxes (VAT, sales tax, etc.), which may be added depending on your country of residence. One Click Flare reserves the right to update prices with 30 days' prior notice.
Your use of the payment service is also subject to Stripe's Terms of Service and Stripe's Privacy Policy, which govern how your payment data is handled.
The Free plan includes a limited monthly token allocation granted solely for the purpose of evaluating and testing the Service. The following conditions apply specifically to Free plan tokens:
Users may request a change to their subscription plan (upgrade or downgrade) at any time from their account settings. However, regardless of when the request is made, plan changes take effect only at the start of the next billing cycle, once the current cycle has fully completed.
Tokens allocated under the current plan are not adjusted, topped up, or refunded as a result of a plan change request made mid-cycle.
Monthly subscription fees and purchased token top-ups are non-refundable except as required by applicable law or as expressly stated in these Terms. One Click Flare may, at its sole discretion, issue account credits in exceptional circumstances.
One Click Flare reserves the right to change pricing at any time. Changes to subscription pricing will be communicated at least 30 days in advance by email. Continued use of the Service after the effective date constitutes acceptance of the new pricing.
You retain full ownership of all code, scripts, and data you deploy as agents. OCF does not claim any rights over your code.
You are solely and entirely responsible for the code that runs inside your agents. OCF merely executes that code in an isolated AWS Lambda environment — OCF does not review, audit, or validate the content or behaviour of your agent code before or after deployment.
This includes, without limitation, responsibility for:
One Click Flare acts solely as a technical hosting provider. HollowHost is a neutral infrastructure platform — it executes code on behalf of users without knowledge of, or control over, the nature or intent of that code. One Click Flare cannot be held liable, directly or indirectly, for any damage, harm, loss, or unlawful act caused by or resulting from the execution of a user's agent code, whether affecting the user themselves, third parties, or any external system.
The user who deployed and operates an agent remains the sole and exclusive responsible party for all consequences arising from that agent's behaviour, including but not limited to: data breaches, harassment, fraud, intellectual property infringement, unauthorised access to third-party systems, or any other act that may constitute a civil wrong or criminal offence under applicable law.
In the event that the actions of an agent give rise to a legal investigation or judicial proceeding, One Click Flare will fully cooperate with competent judicial and law enforcement authorities to identify the author of any offence, including by disclosing account information, access logs, and any other data within its possession that may assist in establishing responsibility.
Agent executions are subject to a hard maximum of 15 minutes (900 seconds), imposed by AWS Lambda. Runs exceeding this limit will be terminated by the platform without warning. OCF is not liable for any loss resulting from such termination.
Agents are allocated 256 MB of memory by default. Resource limits may vary by pricing tier or optional add-on. Exceeding memory limits will cause the Lambda execution to fail.
To deploy an agent, you must provide a GitHub personal access token with read access to the target repository. This token is stored encrypted in AWS SSM Parameter Store (KMS SecureString) and is used exclusively to clone your repository during the build process.
The GitHub token is never stored in the application database, never exposed in API responses, and never embedded in Docker image layers. It is injected directly into the build environment via a secure CodeBuild mechanism and deleted immediately after use.
You are responsible for the validity, scope, and security of all credentials you provide. If a GitHub token is compromised, you must revoke it immediately on GitHub and update it in HollowHost. OCF is not liable for any breach or misuse arising from compromised credentials.
You may store additional secrets (API keys, tokens, passwords) in the platform's secret store (AWS Secrets Manager). These are encrypted at rest and accessible only to your agent at runtime. You are solely responsible for the use of any third-party API keys stored in the platform, including any charges, rate limit violations, or policy breaches incurred on those third-party services.
You agree not to use the Service to:
OCF reserves the right to immediately suspend or terminate any account that violates this Acceptable Use Policy, without prior notice and without refund.
The platform stores the following data on your behalf:
Execution logs are retained for the duration specified by your pricing tier (3 days on Free, up to 90 days on Enterprise). Logs older than the retention limit are permanently deleted.
OCF is established in France and processes personal data in compliance with the General Data Protection Regulation (GDPR) (EU) 2016/679. You may exercise your rights (access, rectification, erasure, portability) by contacting privacy@oneclickflare.fr.
If your agent processes personal data of third parties, you are the data controller and OCF acts as a data processor. You are responsible for ensuring a lawful basis for that processing.
All user data — including agent configurations, secrets, execution logs, and container images — is hosted on Amazon Web Services (AWS) infrastructure located in the us-east-1 region (Northern Virginia, United States). As a French company subject to EU law, One Click Flare ensures that this data transfer outside the European Economic Area is carried out in compliance with the General Data Protection Regulation (GDPR, EU 2016/679), relying on appropriate safeguards including AWS's adherence to the EU-U.S. Data Privacy Framework. By using HollowHost, you acknowledge and consent to your data being processed and stored in the United States under these conditions.
Each agent is assigned a dedicated AWS IAM execution role scoped exclusively to that agent's own resources. An agent cannot read, write, or interact with another user's agents or data.
The platform's IAM policy model prevents agent code from performing the following actions, even if the code attempts to:
Notwithstanding the above, One Click Flare does not guarantee that the platform is free from security vulnerabilities. You should not store highly sensitive data (e.g. payment card data, medical records, government-issued identity numbers) in the platform without independent security evaluation.
While One Click Flare implements industry best practices to secure data stored on the platform — including encryption at rest using AWS KMS, strict per-agent IAM isolation, and secure secret storage via AWS SSM Parameter Store and Secrets Manager — the user acknowledges that transmitting sensitive elements (API keys, tokens, passwords, credentials, or any other secret) to a third-party platform inherently carries a deliberate and accepted risk.
In the event of a data breach, leak, or unauthorised access to secrets stored on the platform, the user agrees that they cannot hold One Click Flare liable or seek compensation for any resulting damage, loss, or consequence.
Users are strongly encouraged to minimise the attack surface of any credentials provided to the platform. Best practices include:
OCF does not provide a Service Level Agreement (SLA) for uptime. The Service may be unavailable due to maintenance, AWS infrastructure issues, or other causes outside OCF's control.
Deployments and run triggers are asynchronous. OCF makes no guarantee on the time required to complete a deployment or for a run to execute after being triggered. SQS queues, Step Functions, and CodeBuild pipelines are subject to AWS infrastructure delays.
A deployment may fail (status: DEPLOYMENT_ERROR) due to, among other reasons: build errors in your code, invalid Dockerfile, private repository access issues, or AWS service outages. OCF is not liable for failed deployments and deployment tokens are not refunded for build failures.
The Service relies on AWS infrastructure (Lambda, CodeBuild, ECR, DynamoDB, SQS, etc.). Outages or degradations of these third-party services may affect the availability of HollowHost without any fault of OCF.
You may delete your account at any time. Upon account deletion, OCF will make reasonable efforts to remove your data from the platform. However, some residual data (e.g. billing records, logs) may be retained as required by law or legitimate business purposes.
When an agent is deleted, OCF will attempt to remove the associated AWS resources (IAM role, Lambda function, ECR repository, SSM parameters, Secrets Manager secret). This process may not be instantaneous and, in some cases, may require manual intervention. OCF is not liable for any AWS costs incurred due to residual resources that were not cleaned up promptly.
OCF may suspend or terminate your account immediately and without notice if you breach these Terms, fail to pay amounts due, or engage in activity that OCF deems harmful to the platform or other users. Upon termination, your right to access the Service ceases immediately.
Upon termination, remaining token balances are forfeited. Unused prepaid subscription time is non-refundable. Any deployed agents will be deactivated and their AWS resources scheduled for deletion.
The code deployed through HollowHost belongs exclusively to its respective owner. One Click Flare makes no claim of ownership, co-ownership, or any intellectual property rights over the code, data, or content you deploy as agents.
Where the deployed code is based on or includes open-source software, ownership and licensing terms remain governed by the applicable open-source licence (e.g. MIT, Apache 2.0, GPL). The user is solely responsible for ensuring their use of open-source components complies with the terms of those licences. One Click Flare does not verify, enforce, or take responsibility for open-source licence compliance within user code.
By deploying code on HollowHost, you represent and warrant that you hold the necessary rights or licences to do so, and that such deployment does not infringe the intellectual property rights of any third party.
The software, infrastructure, algorithms, interfaces, trademarks, logos, and documentation that constitute the HollowHost platform and enable its operation are the exclusive property of One Click Flare. All rights are reserved.
Any individual or entity that attempts to copy, reproduce, decompile, disassemble, or reverse-engineer any part of the HollowHost platform — whether in whole or in part, directly or through automated means — will be subject to civil and criminal legal proceedings to the fullest extent permitted by applicable law, including under French and EU legislation on the protection of software (Code de la propriété intellectuelle, Article L.335-3).
If you provide feedback, suggestions, or ideas about the Service, you grant One Click Flare a perpetual, irrevocable, royalty-free licence to use that feedback without any obligation to compensate you.
To the maximum extent permitted by applicable law:
Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages. In such jurisdictions, OCF's liability is limited to the greatest extent permitted by law.
OCF reserves the right to modify these Terms at any time. When material changes are made, OCF will notify registered users by email and update the version number in the URL path (e.g. /en/1.1.0/). The previous version will remain accessible at its original URL.
Your continued use of the Service after the effective date of revised Terms constitutes your acceptance of those changes. If you do not agree to the revised Terms, you must stop using the Service.
These Terms are governed by and construed in accordance with the laws of France, without regard to its conflict of law provisions.
In the event of a dispute arising out of or in connection with these Terms or the Service, the parties agree that the Tribunal de Commerce de Paris shall have exclusive jurisdiction.
For consumers entitled to mandatory consumer protection under their country of residence, the above does not deprive them of any protections afforded by the mandatory rules of their jurisdiction.
For any questions regarding these Terms: