diff options
| author | Dhravya Shah <[email protected]> | 2025-09-13 22:09:40 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-13 22:09:40 -0700 |
| commit | 90fd19f2156e28845d9288ea8ffc2d7d9573b77a (patch) | |
| tree | e630e3943d70b688c42a762c11c745159e1d6771 /apps/docs/snippets | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.tar.xz supermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.zip | |
update: Readme
Diffstat (limited to 'apps/docs/snippets')
| -rw-r--r-- | apps/docs/snippets/getting-api-key.mdx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/apps/docs/snippets/getting-api-key.mdx b/apps/docs/snippets/getting-api-key.mdx deleted file mode 100644 index 1531f5dc..00000000 --- a/apps/docs/snippets/getting-api-key.mdx +++ /dev/null @@ -1,34 +0,0 @@ -Head to [supermemory's Developer Platform](https://console.supermemory.ai) built to help you monitor and manage every aspect of the API. - -<Accordion title="Getting an API Key" icon="sparkles"> - <Steps> - <Step title="Create an account" icon="circle-user"> - An account will automatically be created on your first login. - -  - </Step> - <Step title="Create an API Key" icon="key"> - <Steps> - <Step title="Navigate to API Keys"> -  - - Click `Create API Key` - </Step> - <Step title="Choose Name and Expiry (Optional)"> -  - - Click `Create` - </Step> - <Step title="Copy New Key"> -  - - Click <Icon icon="clipboard" /> to copy - </Step> - </Steps> - </Step> - </Steps> -</Accordion> - -Done\! You can now use your API key to authenticate requests to the supermemory API. - -Next up, let's add your first memory.
\ No newline at end of file |