Fetch deployment and database integration guides as Markdown. These guides contain project-specific instructions that coding AIs can follow to deploy your app or connect to databases.
/organizations/:orgId/projects/:projectId/guideReturns the deployment guide (DEPLOY.md) for a project. The guide includes API credentials, project configuration, and step-by-step deployment instructions.
{
"guide": "# DEPLOY.md\n\n## Project Configuration\n..."
}/organizations/:orgId/databases/guideReturns the database integration guide (DATABASE.md) for an organization. The guide includes connection details, table schemas, and integration instructions.
{
"guide": "# DATABASE.md\n\n## Database Connection\n..."
}/organizations/:orgId/storages/guideReturns the storage integration guide (STORAGE.md) for an organization. The guide includes storage configuration, file upload/download instructions, and API examples.
{
"guide": "# STORAGE.md\n\n## Storage Configuration\n..."
}