<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cortlet]]></title><description><![CDATA[Cortlet]]></description><link>https://blog.cortlet.com</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 19:18:36 GMT</lastBuildDate><atom:link href="https://blog.cortlet.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Developer Program Documentation]]></title><description><![CDATA[This Developer Program Documentation includes instructions to login, create API keys, etc.
This Documentation helps developers who joined for the first time, get used to the Developer Program.
You are]]></description><link>https://blog.cortlet.com/developer-program-documentation</link><guid isPermaLink="true">https://blog.cortlet.com/developer-program-documentation</guid><dc:creator><![CDATA[Cortlet Support]]></dc:creator><pubDate>Sat, 14 Mar 2026 15:11:38 GMT</pubDate><content:encoded><![CDATA[<p>This Developer Program Documentation includes instructions to login, create API keys, etc.</p>
<p>This Documentation <strong>helps developers who joined for the first time, get used to the Developer Program.</strong></p>
<p>You are going to learn:</p>
<ul>
<li><p>how to create an account</p>
</li>
<li><p>how to create an organization</p>
</li>
<li><p>API Keys</p>
</li>
</ul>
<p>and more...</p>
<p>The Developer Program is a program for developers to use Cortlet APIs, via a single API Key. It is free at no yearly cost.</p>
<hr />
<h2>Creating an account</h2>
<p>Using the developer program requires one account. For API keys, and team management, an organization is required.</p>
<p>Creating accounts is easy. You have two options:</p>
<ul>
<li><p>Using Email/Password (requires registering)</p>
</li>
<li><p>Using Google/GitHub (does not require signup/registration)</p>
</li>
</ul>
<p>For the ease of setup, we will select GitHub.</p>
<p>First, click on the link:</p>
<p><a href="https://www.cortlet.com/login">Login Page</a></p>
<p>You should be able to see Google and GitHub options, click "Continue with GitHub". When clicked, you should be able to see:</p>
<p>"Authenticate Cortlet Developer with [your account]?"</p>
<p>Click Yes.</p>
<p>After clicking yes, a delay (for CAPTCHA) may happen. This is normal, so wait patiently.</p>
<p>After logging in, you should be able to see a page to create an organization, click "Create".</p>
<p>If the account already has an organization, make sure you have selected the correct account and have not deleted that organization.</p>
<hr />
<h2>Creating an organization</h2>
<p>To create an organization, you can either Skip and create it in the dashboard. We will not skip and create it.</p>
<p>Prerestiquites:</p>
<ul>
<li><p>A logo</p>
</li>
<li><p>Team member's emails (optional)</p>
</li>
</ul>
<p>First, upload your logo.</p>
<p>The recommended is to follow the size limit displayed, and it's recommended that the logo is visible at dark and light mode.</p>
<p>Now, type a name for your organization, then add emails for your team members (optional step)</p>
<p>Now, your organization is created. You will be redirected to the dashboard where you can manage API keys, etc.</p>
<hr />
<h1>Developer</h1>
<h2>Creating API Keys</h2>
<p>API Keys add functionality for Cortlet APIs (e.g. RootCauseni), as one single API key = universal access to all APIs.</p>
<p>For future SDKs, they might require API Keys also, as Cortlet SDKs may have a few APIs.</p>
<p>Creating API Keys is an easy process. The format of a Cortlet API key is:</p>
<pre><code class="language-plaintext">ct_live_&lt;random-hash&gt;
</code></pre>
<p>Now, to create an API Key, you need to have an organization and that you are inside the organization dashboard.</p>
<p>First, when you are in the Organization Dashboard, you should be able to see:</p>
<p>"API Keys"</p>
<p>"Manage your API Keys."</p>
<p>Click on the button "Manage API Keys".</p>
<p>You will be redirected to the API Keys dashboard, which includes the list of API Keys. If you don't have one, click "Generate API Key". (note: you won't see your revoked/deleted API Keys.)</p>
<p>When generated, you should be able to see the API Key, Make sure you copy it.</p>
<blockquote>
<p>⚠️ Warning: Copy it immediately, it won't be visible later.</p>
</blockquote>
<p>After copying, set it as an Environment variable (.env) or run the command:</p>
<pre><code class="language-plaintext">setx CORTLET_API_KEY "ct_live_&lt;your-key&gt;"
</code></pre>
<p>Or, if you prefer manual .env file:</p>
<pre><code class="language-plaintext">CORTLET_API_KEY=ct_live_&lt;your-api-key&gt;
</code></pre>
<p>Best Security/Cleanup/Common Practices for API Keys</p>
<ul>
<li><p>Rotate Keys regularly</p>
</li>
<li><p>Revoke keys when leaked in code/stolen and used by someone immediately.</p>
</li>
<li><p>Store keys as env var (or secret manager software/website), never hardcore it.</p>
</li>
<li><p>Never share your API Key to anyone. Cortlet will never ask you to share your API key.</p>
</li>
<li><p>Delete unused keys.</p>
</li>
<li><p>Check Key usage routinely.</p>
</li>
</ul>
<p>To rotate a key, you can delete the API key and then regenerate the API key again.</p>
<p>To check Key usage, you can go to your API Key dashboard -&gt; click "Usage Analytics".</p>
]]></content:encoded></item><item><title><![CDATA[Cortlet - Dev Tools, Productivity Apps, and more.]]></title><description><![CDATA[Problem
Today, companies, startups, and even small businesses build apps that solve problems —but at the cost of complexity, heavy weight, high pricing, and unnecessary bloat.Users are increasingly forced to deal with:

security risks

telemetry and ...]]></description><link>https://blog.cortlet.com/intro</link><guid isPermaLink="true">https://blog.cortlet.com/intro</guid><category><![CDATA[Productivity]]></category><category><![CDATA[productivity tools]]></category><category><![CDATA[Developer Tools]]></category><category><![CDATA[Lightweight]]></category><category><![CDATA[JavaScript]]></category><category><![CDATA[Web Development]]></category><category><![CDATA[Open Source]]></category><category><![CDATA[Startups]]></category><category><![CDATA[Software Engineering]]></category><category><![CDATA[software development]]></category><dc:creator><![CDATA[Cortlet Support]]></dc:creator><pubDate>Sun, 11 Jan 2026 13:37:45 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-problem"><strong>Problem</strong></h2>
<p>Today, companies, startups, and even small businesses build apps that <em>solve problems</em> —<br />but at the cost of <strong>complexity, heavy weight, high pricing, and unnecessary bloat</strong>.<br />Users are increasingly forced to deal with:</p>
<ul>
<li><p>security risks</p>
</li>
<li><p>telemetry and tracking</p>
</li>
<li><p>excessive permissions</p>
</li>
<li><p>subscriptions for simple tasks</p>
</li>
<li><p>forced account creation for basic tools</p>
</li>
</ul>
<p>Developers and everyday users should NOT need to “sign up” just to write a note,<br />and they should NOT be using tools that compromise their privacy or performance.</p>
<h2 id="heading-our-fix"><strong>Our Fix</strong></h2>
<p>Cortlet builds <strong>developer tools, productivity apps, and more</strong> that solve real problems <strong>without</strong> introducing new ones.</p>
<p>Everything we make is:</p>
<ul>
<li><p><strong>lightweight</strong></p>
</li>
<li><p><strong>secure-first</strong></p>
</li>
<li><p><strong>no-bloat</strong></p>
</li>
<li><p><strong>fast and simple</strong></p>
</li>
<li><p><strong>built for real users, not corporations</strong></p>
</li>
</ul>
<p>We believe people deserve <strong>simplicity</strong>, not chaos.<br />Tools should help you — not slow you down, track you, or overwhelm you.</p>
<p>With Cortlet, problem-solving becomes <strong>clean, secure, and effortless</strong>.</p>
]]></content:encoded></item></channel></rss>