# Scripto Developer Docs Documentation > Scripto's API is in open Beta Append .md to any documentation page URL to get its markdown version. ## Guides - [Sign in or sign up 💻](https://developer.scripto.live/docs/create-an-account.md) - [Generate your API key and secret 🔐](https://developer.scripto.live/docs/getting-started-with-scriptos-api.md) - [Authenticate with Scripto's API 🤝](https://developer.scripto.live/docs/authenticate.md) ## API Reference - [Create](https://developer.scripto.live/reference/folderscreate.md): Create a new folder - [DEPRECATED](https://developer.scripto.live/reference/foldersfindone.md): Use getSummary and listItems for equivalent information - [Get summary](https://developer.scripto.live/reference/foldersgetsummary.md): Retrieve info about a folder by id, including counts of its listings - [List items](https://developer.scripto.live/reference/folderslistitems.md): Retrieve listings within a folder, including scripts, rundowns and sub-folders. The x-scripto-workspace header is required. - [Get compiled ink](https://developer.scripto.live/reference/rundownsgetcompiledink.md): Compile all ink sources included in the rundown - [Copy script](https://developer.scripto.live/reference/scriptscopy.md): Create a copy of an existing script - [Get lines](https://developer.scripto.live/reference/scriptsgetlines.md): Get an array of line data for the script - [Get compiled ink](https://developer.scripto.live/reference/scriptsgetcompiledink.md): Compile a standalone Ink source file - [Export FDX](https://developer.scripto.live/reference/scriptsgetfdx.md): Export script content in Final Draft format - [/api/v1/users/current](https://developer.scripto.live/reference/usersgetuserself.md) - [/api/v1/workspaces/{id}](https://developer.scripto.live/reference/workspacesgetworkspace.md) ## Pages - [Hello World!](https://developer.scripto.live/page/hello-world.md)