{"library":"scaleapi","title":"Scale AI Python Client","description":"The official Python client library for Scale AI, the Data Platform for AI. Provides programmatic access to Scale's APIs for creating tasks, managing batches, datasets, and more. Current version is 2.18.4, with active development and a new v2 API client. Release cadence is roughly monthly.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install scaleapi"],"cli":null},"imports":["import scaleapi\nclient = scaleapi.ScaleClient('api_key')","from scaleapi import ScaleClient\nclient = ScaleClient('api_key')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nimport scaleapi\n\napi_key = os.environ.get('SCALE_API_KEY', '')\nclient = scaleapi.ScaleClient(api_key)\n\n# List your projects\nfor project in client.get_projects():\n    print(project.name, project.type)","lang":"python","description":"Initialize client with API key from environment variable and list projects.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}