Better Stack
telemetry_create_application_tool
Create a new application in Better Stack. Returns the created application details including ID, ingestion token, ingesting host URL, retention settings, and platform-specific integration documentation links with next steps for configuration
Remote betterstack
Other tools also called telemetry_create_application_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the application"
},
"team_id": {
"type": "integer",
"description": "The ID of the team to create the application in (use list_teams to get team IDs)"
},
"platform": {
"enum": [
"dot_net_errors",
"dot_net_maui_errors",
"dot_net_http_errors",
"aiohttp_errors",
"asgi_errors",
"asp_dot_net_errors",
"asp_dot_net_core_errors",
"aws_lambda_dot_net_errors",
"aws_lambda_node_errors",
"aws_lambda_python_errors",
"android_errors",
"angular_errors",
"astro_errors",
"azure_functions_node_errors",
"bottle_errors",
"javascript_errors",
"bun_errors",
"cli_errors",
"celery_errors",
"chalice_errors",
"cloudflare_pages_errors",
"connect_errors",
"dart_errors",
"deno_errors",
"django_errors",
"echo_errors",
"electron_errors",
"elixir_errors",
"ember_errors",
"express_errors",
"fasthttp_errors",
"falcon_errors",
"fastapi_errors",
"fastify_errors",
"fiber_errors",
"flask_errors",
"flutter_errors",
"go_errors",
"gatsby_errors",
"gin_errors",
"godot_errors",
"google_cloud_function_dot_net_errors",
"google_cloud_function_node_errors",
"google_cloud_function_python_errors",
"hapi_errors",
"iris_errors",
"java_errors",
"koa_errors",
"kotlin_errors",
"laravel_errors",
"log4j_errors",
"logback_errors",
"minidump_errors",
"native_errors",
"negroni_errors",
"nest_js_errors",
"next_js_errors",
"node_errors",
"nuxt_errors",
"php_errors",
"powershell_errors",
"pyramid_errors",
"python_errors",
"qt_errors",
"quart_errors",
"rq_errors",
"rack_middleware_errors",
"rails_errors",
"react_errors",
"react_native_errors",
"react_router_framework_errors",
"remix_errors",
"ruby_errors",
"rust_errors",
"sanic_errors",
"serverless_python_errors",
"solid_errors",
"solidstart_errors",
"spring_errors",
"spring_boot_errors",
"starlette_errors",
"svelte_errors",
"sveltekit_errors",
"symfony_errors",
"tanstack_start_react_errors",
"tornado_errors",
"tryton_errors",
"unity_errors",
"unreal_engine_errors",
"vue_errors",
"wpf_errors",
"wsgi_errors",
"windows_forms_errors",
"ios_errors",
"macos_errors"
],
"type": "string",
"description": "The platform of the application"
},
"data_region": {
"type": "string",
"description": "The data region for the application. Use 'list_data_regions' tool to see available options for your organization. Common values for most plans: us_east, germany, singapore. Ask the user if unsure."
},
"ingesting_paused": {
"type": "boolean",
"description": "Whether to start with ingesting paused (default: false)"
}
}
}