# Autonoma ## Docs - [Create Application API](https://docs.autonoma.app/api-reference/create-application.md): API endpoint to create a new application in the Autonoma platform for test automation. - [Get Specific Folder API](https://docs.autonoma.app/api-reference/get-a-specific-folder.md): Retrieve details of a specific test folder by its ID. - [Get Folder Run Status API](https://docs.autonoma.app/api-reference/get-a-specific-run-folder-status.md): Check the status of a test run for a specific folder. - [Get Test Run Status API](https://docs.autonoma.app/api-reference/get-a-specific-run-status.md): Check the current status of a specific test run. - [Get Specific Test API](https://docs.autonoma.app/api-reference/get-a-specific-test.md): Retrieve details of a specific test by its ID. - [Get Specific Test Run API](https://docs.autonoma.app/api-reference/get-a-specific-test-run.md): Retrieve details of a specific test run by its ID. - [Get Application Versions by Custom ID API](https://docs.autonoma.app/api-reference/get-application-versions-by-custom-id.md): Retrieve application versions filtered by customID, ordered from newest to oldest. Note that the tag field is not included in the response. - [List Folders API](https://docs.autonoma.app/api-reference/list-folders.md): Retrieve a list of all test folders in your Autonoma account. - [List Test Runs API](https://docs.autonoma.app/api-reference/list-test-runs.md): Retrieve a list of all test runs in your Autonoma account. - [List Tests API](https://docs.autonoma.app/api-reference/list-tests.md): Retrieve a list of all tests available in your Autonoma account. - [Run Test by ID API](https://docs.autonoma.app/api-reference/run-a-test-by-test-id.md): Execute a specific test by its ID and start a test run. - [Run Tests by Tags API](https://docs.autonoma.app/api-reference/run-all-tests-that-have-the-specified-tags.md): Execute all tests that match the specified tags. - [Run Tests by Folder ID API](https://docs.autonoma.app/api-reference/run-tests-by-folder-id.md): Execute all tests within a specific folder by its ID. - [Update Application Version API](https://docs.autonoma.app/api-reference/update-application-version.md): API endpoint to update the version of an existing application in Autonoma. - [Building iOS applications for Autonoma](https://docs.autonoma.app/build-for-ios-apps.md): Guide on how to build your iOS applications to become compatible with Autonoma. - [CI/CD Integration Guide](https://docs.autonoma.app/cicd_integration.md): Learn how to integrate Autonoma with your CI/CD pipeline to automatically run tests on code changes using GitHub Actions, GitLab CI, Bitbucket Pipelines, or cURL. - [Canvas vs Prompts: Choosing the Right Tool](https://docs.autonoma.app/clicking-vs-prompting.md): Learn when to use direct canvas clicks versus natural language prompts for building robust tests in Autonoma. - [Components: Write Once, Use Everywhere](https://docs.autonoma.app/components.md): Learn how to eliminate repetitive test logic by creating reusable test components that can be referenced across all your tests. - [Configure Your Application](https://docs.autonoma.app/configure-your-application.md): Learn how to add your application to Autonoma and configure authentication for testing web and mobile apps. - [Device & Environment](https://docs.autonoma.app/device-environment.md): Simulate device states and environmental conditions including network connectivity, camera input, and zoom controls - [Extract and Reuse Data](https://docs.autonoma.app/extract-and-reuse-data.md): Learn how to capture information from your application during tests and reuse it in subsequent steps for complete workflow verification. - [Welcome to Autonoma](https://docs.autonoma.app/introduction.md): Build bulletproof end-to-end tests for your web and mobile apps—no coding required. - [API Overview](https://docs.autonoma.app/overview.md): Introduction to the Autonoma API for programmatic test management and execution. - [Randomizing Data](https://docs.autonoma.app/random-data.md): Learn how random data solves the 'user already exists' problem and makes your registration tests work forever. - [Autonoma Slack Bot](https://docs.autonoma.app/slack-integration.md) - [Test Organization and Naming Conventions](https://docs.autonoma.app/test-organization-and-naming-conventions.md): Learn how to organize your growing test suite using folders, naming conventions, and tags to maintain clarity and efficiency as you scale. - [Understanding Test Structure](https://docs.autonoma.app/understanding-test-structure.md): Learn the principles that make tests reliable, maintainable, and valuable—from atomic prompts to intelligent waits and proper assertions. - [Using Variables for Test Parametrization](https://docs.autonoma.app/variables.md): Learn how variables let you change values once and instantly update all your tests, saving hours of maintenance time. - [Vercel Integration](https://docs.autonoma.app/vercel.md): Connect your Vercel projects with Autonoma for automated testing on every deployment - [What is Autonoma](https://docs.autonoma.app/what-is-autonoma.md): Discover Autonoma, the AI-powered platform that makes creating, running, and maintaining end-to-end tests accessible to everyone—no coding required. - [What is e2e Testing](https://docs.autonoma.app/what-is-e2e-testing.md): Understanding end-to-end testing and why it's critical for ensuring your application works the way your users actually use it. - [Waiting Robustly](https://docs.autonoma.app/why-tests-fail.md): Understand why timing issues are the #1 reason tests fail and how to prevent them with proper wait strategies. - [Your First Test](https://docs.autonoma.app/your-first-test.md): Create your first end-to-end test with Autonoma by following a step-by-step guide through the fundamental workflow you'll use for all your tests. ## OpenAPI Specs - [openapi](https://docs.autonoma.app/openapi.yaml) ## Optional - [Landing Page](https://getautonoma.com/) - [Application Dashboard](https://autonoma.app)