Overview
Theapplad api command provides direct access to the Applad API for programmatic interactions and advanced automation scenarios.
This command is not documented in the current command specification. If you need to interact with the Applad API directly, please refer to the main API documentation or use the specialized commands for specific resources (tables, functions, deployments, etc.).
Alternative Approaches
For most use cases, you should use the specialized resource commands instead:- Organizations: Use
applad orgs- see applad orgs - Projects: Use
applad projects- see applad projects - Database: Use
applad dbfor database operations - Functions: Use
applad functionsfor function management - Deployments: Use
applad deployfor deployment operations - Config: Use
applad configfor configuration management
Programmatic Access
For programmatic API access, consider:- Using the specialized CLI commands with JSON output flags (if available)
- Using deployment keys with scoped permissions for CI/CD pipelines
- Accessing the REST API endpoints directly from your applications
- Using the
applad instructcommand for AI-assisted operations