← Registry

Developer Tools

amba.dev

Manages developer accounts for Amba, including signup, login, verification, and token refresh.

1 endpoint520 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.amba.dev/mcp

No auth detected

MCP server metadata

Name
amba
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

Amba is the backend your app calls at runtime via the SDK; the tools below are for provisioning, called by the coding agent. Before using any tool: ensure the SDK is installed + initialized in this codebase. Use clientKey for code that ships to users (browser/mobile/native); serverKey for code that runs on your servers. NEVER embed serverKey in client. Surface areas (prefer over hand-rolled equivalents for net-new): identity, engagement (push/segments/onboarding/content/referrals/deeplinks), gamification (xp/achievements/streaks/leaderboards/challenges), economy (currencies/catalog/stores/inventory), social (friendships/groups/messaging/feeds/reviews/moderation), analytics, infrastructure (collections/functions/sites/media/secrets/configs/integrations/ai_prompts). Bootstrap: call amba_developer_signup (no auth needed). Response includes PAT + project keys + ready-to-paste MCP config snippets. Pass pat on every subsequent tool call this session; write the matching snippet to the user's MCP config for future sessions (no restart needed). Full guide: amba://setup

Known tools 520

amba_developer_signup

Create a new Amba developer account.

Potential side effects
amba_affiliate_signup

Join an affiliate program from zero: create an Amba account + org and get a long-lived PAT plus ready-to-paste MCP-client config in `mcp_config`.

Potential side effects
amba_developer_login

Log in to an existing Amba developer account.

Inferred read-only
amba_developer_verify

Verify a developer account headlessly using the `verify_token` returned by `amba_developer_signup`.

Inferred read-only
amba_developer_refresh

Rotate a developer access_token using the refresh_token previously issued by signup or login.

Inferred read-only
amba_developer_rotate_pat

Rotate the developer PAT.

Inferred read-only
amba_developer_me

Return the developer profile (id, email, name, oauth_providers, avatar_url, github_username) for the Bearer currently in effect (either the `pat` argument or the inbound HTTP Authorization header).

Potential side effects
amba_projects_list

List all Amba projects owned by the authenticated developer.

Inferred read-only
amba_list_projects

List all Amba projects owned by the authenticated developer.

Inferred read-only
amba_projects_get

Get detailed information about a specific Amba project by its ID, including API keys, integrations, and configuration.

Inferred read-only
amba_get_project

Get detailed information about a specific Amba project by its ID, including API keys, integrations, and configuration.

Inferred read-only
amba_projects_create

Create a new Amba project.

Potential side effects
amba_create_project

Create a new Amba project.

Potential side effects
amba_projects_update

Update a project.

Potential side effects
amba_update_project

Update a project.

Potential side effects
amba_projects_delete

Permanently delete an Amba project.

Potential side effects
amba_delete_project

Permanently delete an Amba project.

Potential side effects
amba_api_keys_create

Generate a new API key for a project.

Inferred read-only
amba_create_api_key

Generate a new API key for a project.

Inferred read-only
amba_api_keys_delete

Revoke an API key.

Inferred read-only
amba_delete_api_key

Revoke an API key.

Inferred read-only
amba_projects_reprovision

Re-drive a failed or stalled project provisioning.

Inferred read-only
amba_reprovision_project

Re-drive a failed or stalled project provisioning.

Inferred read-only
amba_projects_get_provisioning_status

Inspect a project's provisioning state.

Inferred read-only
amba_get_provisioning_status

Inspect a project's provisioning state.

Inferred read-only
amba_orgs_create

Create an organization.

Potential side effects
amba_orgs_list

List organizations the authenticated developer can access, including descendant orgs in the hierarchy.

Inferred read-only
amba_orgs_get

Get an organization by id, including its child-org and project counts and your effective role.

Inferred read-only
amba_orgs_update

Update an organization: name, slug, or payment_source.

Potential side effects
amba_orgs_invite_member

Invite a developer to an organization by email.

Potential side effects
amba_orgs_transfer_owner

Transfer ownership of an organization to another developer (who must already be reachable).

Potential side effects
amba_provision_app

App factory: atomically create a child org + a project under it and return the project keys.

Potential side effects
amba_affiliate_programs_create

Create an affiliate program owned by an org.

Potential side effects
amba_affiliate_programs_list

List affiliate programs owned by orgs you can access.

Inferred read-only
amba_affiliate_programs_get

Get an affiliate program by id.

Inferred read-only
amba_affiliate_programs_update

Update an affiliate program (status, payout config, fee, approval mode, conversion definition, attribution, multi-level).

Potential side effects
amba_affiliate_invite

Enroll an affiliate.

Inferred read-only
amba_affiliate_affiliates_list

List a program’s affiliates with their conversion + commission totals.

Inferred read-only
amba_affiliate_affiliate_approve

Approve (activate) a pending affiliate enrollment.

Inferred read-only
amba_affiliate_affiliate_ban

Ban an affiliate from a program (links die; pending conversions voided).

Inferred read-only
amba_affiliate_affiliate_pause

Pause an affiliate enrollment (their links stop earning; reversible via approve).

Inferred read-only
amba_affiliate_affiliates_get

Get one affiliate enrollment with its codes, conversions, and commission totals.

Inferred read-only
amba_affiliate_conversions_list

List conversions for a program (optionally filter by status).

Inferred read-only
amba_affiliate_conversion_approve

Approve a pending conversion so it accrues commission.

Inferred read-only
amba_affiliate_conversion_reject

Reject a pending conversion so it never accrues commission.

Inferred read-only
amba_affiliate_conversion_clawback

Claw back an approved/paid conversion (the underlying sale refunded or charged back).

Inferred read-only
amba_affiliate_analytics_get

Program-level analytics: conversion + commission totals and an affiliate leaderboard.

Inferred read-only
amba_affiliate_leaderboard_get

Affiliate leaderboard for a program: top affiliates by commission, with clicks + EPC.

Inferred read-only
amba_affiliate_payouts_list

Settlement (payout) history for a program’s affiliates: net amount, period, transfer id, status.

Potential side effects
amba_affiliate_payout_run

Run payouts for a program: pay each affiliate org their payable commissions over the threshold via Stripe Connect.

Potential side effects
amba_affiliate_my_programs_list

List the affiliate programs your org(s) are enrolled in.

Inferred read-only
amba_affiliate_my_invites_list

List affiliate-program invitations pending for your org(s).

Inferred read-only
amba_affiliate_my_invite_accept

Accept an affiliate-program invitation addressed to your org (activates the enrollment and returns your referral code).

Inferred read-only
amba_affiliate_my_referral_generate

Mint a FRESH referral code for a program you are enrolled in (rotates/replaces your current active code).

Inferred read-only
amba_affiliate_my_conversions_list

List conversions across your affiliate enrollments (optionally filter by status).

Inferred read-only
amba_affiliate_my_payout_request

Check what one of your orgs is owed and whether its payout account is ready.

Inferred read-only
amba_affiliate_my_referral_get

Get your referral code(s) / link(s) for a program you are enrolled in.

Inferred read-only
amba_affiliate_my_stats_get

Your affiliate stats across all enrollments: conversions, earnings, pending vs paid.

Inferred read-only
amba_affiliate_my_balance_get

Your available (unpaid) and lifetime-paid commission balance, per currency.

Inferred read-only
amba_affiliate_my_payouts_list

Your payout/settlement history.

Inferred read-only
amba_affiliate_my_payout_create

Create a Stripe Connect payout account for an org you own (so you can receive commissions).

Potential side effects
amba_affiliate_my_payout_onboarding

Get a hosted Stripe onboarding URL to finish setting up an org’s payout account.

Inferred read-only
amba_affiliate_my_payout_status

Check whether an org’s payout account is set up.

Inferred read-only
amba_push_campaigns_create

Create a new push notification campaign for a project.

Potential side effects
amba_create_push_campaign

Create a new push notification campaign for a project.

Potential side effects
amba_push_campaigns_send

Send (trigger delivery of) a previously created push campaign.

Potential side effects
amba_send_push_campaign

Send (trigger delivery of) a previously created push campaign.

Potential side effects
amba_push_send_test

Send a test push notification.

Potential side effects
amba_send_test_push

Send a test push notification.

Potential side effects
amba_push_list_campaigns

List push notification campaigns for a project, ordered by most recent.

Inferred read-only
amba_push_get_campaign

Get a single push campaign by ID including its current status (draft, scheduled, sending, sent, failed), schedule, and payload.

Inferred read-only
amba_push_update_campaign

Update a push campaign before send.

Potential side effects
amba_push_delete_campaign

Cancel and hard-delete a push campaign.

Potential side effects
amba_segments_list

List user segments for a project.

Inferred read-only
amba_list_segments

List user segments for a project.

Inferred read-only
amba_segments_create

Create a custom user segment with rule-based filters.

Potential side effects
amba_create_segment

Create a custom user segment with rule-based filters.

Potential side effects
amba_segments_get

Get a single segment by id including its rules and is_system flag.

Inferred read-only
amba_segments_patch

Update a non-system segment's name, description, and/or rules.

Potential side effects
amba_segments_delete

Delete a non-system segment.

Potential side effects
amba_segments_evaluate

Trigger an immediate segment evaluation workflow.

Inferred read-only
amba_remote_configs_list

List remote-config keys for a project.

Inferred read-only
amba_configs_list

List remote-config keys for a project.

Inferred read-only
amba_list_configs

List remote-config keys for a project.

Inferred read-only
amba_remote_configs_create

Create or upsert a remote-config key.

Potential side effects
amba_configs_create

Create or upsert a remote-config key.

Potential side effects
amba_create_config

Create or upsert a remote-config key.

Potential side effects
amba_remote_configs_update

Partially update a single remote-config key.

Potential side effects
amba_configs_update

Partially update a single remote-config key.

Potential side effects
amba_update_config

Partially update a single remote-config key.

Potential side effects
amba_remote_configs_delete

Delete a remote-config key.

Potential side effects
amba_configs_delete

Delete a remote-config key.

Potential side effects
amba_delete_config

Delete a remote-config key.

Potential side effects
amba_content_libraries_create

Create a content library for a project.

Potential side effects
amba_create_content_library

Create a content library for a project.

Potential side effects
amba_content_libraries_delete

Delete a content library.

Potential side effects
amba_content_items_add

Add one or more content items to an existing content library.

Inferred read-only
amba_add_content_items

Add one or more content items to an existing content library.

Inferred read-only
amba_content_schedules_create

Create a delivery schedule for a content library.

Potential side effects
amba_create_content_schedule

Create a delivery schedule for a content library.

Potential side effects
amba_content_list_libraries

List content libraries for a project.

Inferred read-only
amba_content_list_items

List content items in a specific library.

Inferred read-only
amba_content_list_schedules

List all content delivery schedules for a project.

Inferred read-only
amba_content_delete_item

Delete a single content item permanently.

Potential side effects
amba_content_update_item

Partially update a content item.

Potential side effects
amba_content_update_schedule

Partially update a content delivery schedule.

Potential side effects
amba_content_delete_schedule

Delete a content delivery schedule.

Potential side effects
amba_content_translations_set

Set a per-language translation for a content item.

Inferred read-only
amba_content_translations_list

List every per-language translation for a content item (one row per language).

Inferred read-only
amba_content_translations_delete

Delete a single per-language translation for a content item.

Potential side effects
amba_content_bulk_import

Bulk-import multiple content items into a library in a single transactional call.

Inferred read-only
amba_streaks_create

Create a streak definition for a project.

Potential side effects
amba_create_streak

Create a streak definition for a project.

Potential side effects
amba_streaks_list

List all streak definitions for a project, ordered by name.

Inferred read-only
amba_streaks_update

Update a streak definition.

Potential side effects
amba_streaks_delete

Delete a streak definition.

Potential side effects
amba_streaks_reset

Reset or correct a specific user's streak — for support fixing a wrongly-broken streak (e.g.

Inferred read-only
amba_integrations_configure

Configure (create or replace) a third-party integration for a project.

Potential side effects
amba_configure_integration

Configure (create or replace) a third-party integration for a project.

Potential side effects
amba_integrations_test

Test an existing integration to verify it is configured correctly and can connect to the third-party service.

Inferred read-only
amba_test_integration

Test an existing integration to verify it is configured correctly and can connect to the third-party service.

Inferred read-only
amba_integrations_list

List all integrations configured for a project.

Inferred read-only
amba_integrations_set

Create or replace an integration (upsert by project+provider).

Potential side effects
amba_integrations_patch

Patch an existing integration — update its config and/or toggle is_active.

Potential side effects
amba_analytics_get

Get daily analytics for a project.

Inferred read-only
amba_get_analytics

Get daily analytics for a project.

Inferred read-only
amba_users_list

List app users for a project.

Inferred read-only
amba_list_users

List app users for a project.

Inferred read-only
amba_users_create

Admin-create an app user from the developer/agent side.

Potential side effects
amba_create_user

Admin-create an app user from the developer/agent side.

Potential side effects
amba_users_get

Get a single app user by id, with their streaks and entitlements joined in.

Inferred read-only
amba_users_list_events

List a single user's engagement events, newest first.

Inferred read-only
amba_users_export

Export all app users for a project as CSV (default) or NDJSON.

Inferred read-only
amba_users_events_export

Export one user's engagement events as CSV (default) or NDJSON.

Inferred read-only
amba_users_bulk_update

Apply property merges and/or segment add/remove to up to 1000 users in a single transactional call.

Potential side effects
amba_users_create_cohort

Mint N anonymous app_users at once, all sharing the same properties (and, optionally, the same segment memberships) in a single call.

Inferred read-only
amba_users_delete

Hard-delete a single app_user.

Potential side effects
amba_users_reset_sandbox

Wipe ALL app_users on a sandbox-tier project.

Inferred read-only
amba_users_reset_user

Reset ONE app user to a brand-new state WITHOUT deleting them.

Inferred read-only
amba_sessions_analytics

Get session analytics (DAU, active users, total sessions, average and median session duration) for a project across a rolling window.

Inferred read-only
amba_sessions_list

List recent app sessions for a project, newest first.

Inferred read-only
amba_sdk_get_setup_instructions

Get platform-specific code snippets and setup instructions for integrating the Amba client SDK into a mobile app.

Inferred read-only
amba_get_sdk_setup_instructions

Get platform-specific code snippets and setup instructions for integrating the Amba client SDK into a mobile app.

Inferred read-only
amba_achievements_create

Create an achievement/badge definition.

Potential side effects
amba_create_achievement

Create an achievement/badge definition.

Potential side effects
amba_achievements_list

List all achievement definitions for a project, including criteria and XP rewards.

Inferred read-only
amba_list_achievements

List all achievement definitions for a project, including criteria and XP rewards.

Inferred read-only
amba_achievements_get

Fetch a single achievement definition by ID, including criteria and XP reward.

Inferred read-only
amba_get_achievement

Fetch a single achievement definition by ID, including criteria and XP reward.

Inferred read-only
amba_achievements_update

Partially update an achievement definition.

Potential side effects
amba_update_achievement

Partially update an achievement definition.

Potential side effects
amba_achievements_delete

Delete an achievement definition.

Potential side effects
amba_delete_achievement

Delete an achievement definition.

Potential side effects
amba_achievements_grant

Manually award an achievement to a specific user (marks it unlocked now).

Inferred read-only
amba_achievements_revoke

Claw back an achievement from a specific user — the inverse of grant.

Inferred read-only
amba_challenges_create

Create a time-limited challenge.

Potential side effects
amba_create_challenge

Create a time-limited challenge.

Potential side effects
amba_challenges_list

List challenge definitions for a project.

Inferred read-only
amba_list_challenges

List challenge definitions for a project.

Inferred read-only
amba_challenges_get

Fetch a single challenge by ID, including timing, goal, and reward configuration.

Inferred read-only
amba_get_challenge

Fetch a single challenge by ID, including timing, goal, and reward configuration.

Inferred read-only
amba_challenges_update

Partially update a challenge definition.

Potential side effects
amba_update_challenge

Partially update a challenge definition.

Potential side effects
amba_challenges_delete

Delete a challenge definition.

Potential side effects
amba_delete_challenge

Delete a challenge definition.

Potential side effects
amba_challenges_list_participants

List participants of a challenge with their progress toward the goal.

Inferred read-only
amba_list_challenge_participants

List participants of a challenge with their progress toward the goal.

Inferred read-only
amba_currencies_create

Create a virtual currency for a project.

Potential side effects
amba_create_currency

Create a virtual currency for a project.

Potential side effects
amba_currencies_list

List all virtual currency definitions for a project.

Inferred read-only
amba_list_currencies

List all virtual currency definitions for a project.

Inferred read-only
amba_currencies_grant

Grant virtual currency to a specific user.

Inferred read-only
amba_grant_currency

Grant virtual currency to a specific user.

Inferred read-only
amba_currencies_spend

Debit virtual currency from a specific user.

Inferred read-only
amba_currency_grant_rules_create

Create a rule that automatically grants virtual currency when a specific event is tracked.

Potential side effects
amba_currency_grant_rules_list

List all currency grant rules for a project.

Inferred read-only
amba_currency_grant_rules_delete

Delete a currency grant rule.

Potential side effects
amba_catalog_items_create

Create a catalog item for a project.

Potential side effects
amba_create_catalog_item

Create a catalog item for a project.

Potential side effects
amba_catalog_list

List all catalog items for a project, optionally filtered by category.

Inferred read-only
amba_list_catalog

List all catalog items for a project, optionally filtered by category.

Inferred read-only
amba_catalog_items_set_price

Set the price of a catalog item in a specific virtual currency.

Inferred read-only
amba_set_item_price

Set the price of a catalog item in a specific virtual currency.

Inferred read-only
amba_stores_create

Create a store for a project.

Potential side effects
amba_create_store

Create a store for a project.

Potential side effects
amba_stores_add_listing

Add a catalog item to a store with optional price overrides, scheduling, and purchase limits.

Potential side effects
amba_add_store_listing

Add a catalog item to a store with optional price overrides, scheduling, and purchase limits.

Potential side effects
amba_inventory_grant_item

Grant a catalog item directly to a user's inventory.

Inferred read-only
amba_grant_item

Grant a catalog item directly to a user's inventory.

Inferred read-only
amba_inventory_revoke_item

Remove a catalog item from a user's inventory — the inverse of grant.

Potential side effects
amba_entitlements_grant

Grant or refresh a subscription entitlement directly on a user — the same `user_entitlements` row mobile store webhooks (Apple/Play) write to, so a server-side grant and an in-app purchase land in one unified place your client SDK reads with `Amba.entitlements`.

Potential side effects
amba_entitlements_define

Define a canonical entitlement your app gates features on with `Amba.entitlements.has("pro")`.

Inferred read-only
amba_products_create

Declare a sellable subscription product and the entitlement it grants.

Inferred read-only
amba_entitlements_map_product

Map a product to an (additional) entitlement it unlocks.

Inferred read-only
amba_offerings_create

Create (or replace) a subscription offering — the named set of packages your paywall renders, fetched at runtime with `Amba.offerings()`.

Potential side effects
amba_offerings_list

List the project's subscription offerings with their packages and the product behind each — the same provider-neutral shape the client SDK's `offerings()` returns.

Inferred read-only
amba_users_get_inventory

View a user's inventory including all owned items and quantities.

Inferred read-only
amba_get_user_inventory

View a user's inventory including all owned items and quantities.

Inferred read-only
amba_referrals_create

Create a referral/promo code with configurable rewards for both referrer and referee.

Potential side effects
amba_create_referral_program

Create a referral/promo code with configurable rewards for both referrer and referee.

Potential side effects
amba_referrals_get_stats

Get stats for a specific referral code including total claims and claim history.

Inferred read-only
amba_get_referral_stats

Get stats for a specific referral code including total claims and claim history.

Inferred read-only
amba_referrals_list

List all referral/promo codes for a project, newest first.

Inferred read-only
amba_referrals_patch

Update a referral code.

Potential side effects
amba_referrals_delete

Delete a referral code.

Potential side effects
amba_stores_list

List all stores for a project, ordered by name.

Inferred read-only
amba_stores_patch

Update a store.

Potential side effects
amba_stores_delete

Delete a store.

Potential side effects
amba_stores_list_listings

List all listings in a store, including the underlying catalog item details, ordered by sort_order.

Inferred read-only
amba_stores_patch_listing

Update a store listing (price overrides, sort order, availability window, purchase caps).

Potential side effects
amba_stores_delete_listing

Remove a listing from a store.

Potential side effects
amba_catalog_items_get

Fetch a single catalog item by ID, including its prices and any bundled content.

Inferred read-only
amba_get_catalog_item

Fetch a single catalog item by ID, including its prices and any bundled content.

Inferred read-only
amba_catalog_items_update

Partially update a catalog item.

Potential side effects
amba_update_catalog_item

Partially update a catalog item.

Potential side effects
amba_catalog_items_delete

Delete a catalog item.

Potential side effects
amba_delete_catalog_item

Delete a catalog item.

Potential side effects
amba_catalog_items_delete_price

Remove a single currency price from a catalog item.

Potential side effects
amba_delete_catalog_price

Remove a single currency price from a catalog item.

Potential side effects
amba_catalog_bundles_add_item

Add a content item to a catalog item's bundle.

Inferred read-only
amba_add_catalog_bundle_item

Add a content item to a catalog item's bundle.

Inferred read-only
amba_catalog_bundles_remove_item

Remove a content item from a catalog item's bundle.

Potential side effects
amba_remove_catalog_bundle_item

Remove a content item from a catalog item's bundle.

Potential side effects
amba_currencies_update

Partially update a virtual currency definition.

Potential side effects
amba_update_currency

Partially update a virtual currency definition.

Potential side effects
amba_currencies_delete

Delete a virtual currency definition.

Potential side effects
amba_delete_currency

Delete a virtual currency definition.

Potential side effects
amba_currencies_get_transactions

List currency transactions for a single user, newest first.

Inferred read-only
amba_get_currency_transactions

List currency transactions for a single user, newest first.

Inferred read-only
amba_currencies_get_user_balance

Read a user's current per-currency balances directly — the live value your client SDK and paywall logic see, returned in one call instead of replaying and summing the transaction ledger.

Inferred read-only
amba_monetization_plan

Preview the monetization plan for a project: a three-way diff between the declared subscription config (entitlements, products, offerings, packages, paywalls), the last-adopted baseline, and the live config in the connected provider (RevenueCat).

Inferred read-only
amba_monetization_drift

Show only the out-of-band drift for a project's monetization: Amba-managed subscription objects whose live state in the provider (RevenueCat) has changed since Amba last adopted them.

Inferred read-only
amba_monetization_export

Snapshot a project's LIVE subscription monetization config (from the connected provider, RevenueCat) into a declarative bundle: entitlements, products, offerings, packages, and paywalls keyed by their stable identifiers.

Inferred read-only
amba_monetization_definitions_list

List the project's current DECLARED monetization definitions (the desired-state entitlements, products, offerings, packages, and paywalls stored in Amba).

Inferred read-only
amba_monetization_apply

Apply the declared monetization config to the connected provider (RevenueCat).

Inferred read-only
amba_monetization_adopt

Adopt a project's live subscription config as Amba's managed baseline: writes the matching declared definitions AND records the current live state as the adopted baseline, so the NEXT plan is a clean no-op and future provider-side edits surface as drift.

Inferred read-only
amba_leaderboards_create

Create a leaderboard definition.

Potential side effects
amba_create_leaderboard

Create a leaderboard definition.

Potential side effects
amba_leaderboards_get

Get leaderboard entries with user display names and avatars.

Inferred read-only
amba_get_leaderboard

Get leaderboard entries with user display names and avatars.

Inferred read-only
amba_leaderboards_list

List all leaderboard definitions for a project.

Inferred read-only
amba_list_leaderboards

List all leaderboard definitions for a project.

Inferred read-only
amba_leaderboards_get_definition

Fetch a single leaderboard definition by ID — its metric, period, and configuration.

Inferred read-only
amba_get_leaderboard_definition

Fetch a single leaderboard definition by ID — its metric, period, and configuration.

Inferred read-only
amba_leaderboards_update

Partially update a leaderboard definition.

Potential side effects
amba_update_leaderboard

Partially update a leaderboard definition.

Potential side effects
amba_leaderboards_delete

Delete a leaderboard definition.

Potential side effects
amba_delete_leaderboard

Delete a leaderboard definition.

Potential side effects
amba_leagues_create

Create a league tier (e.g.

Potential side effects
amba_create_league

Create a league tier (e.g.

Potential side effects
amba_leagues_list

List all league tiers for a project, ordered by tier.

Inferred read-only
amba_list_leagues

List all league tiers for a project, ordered by tier.

Inferred read-only
amba_leagues_update

Partially update a league tier.

Potential side effects
amba_update_league

Partially update a league tier.

Potential side effects
amba_leagues_list_cohorts

List this week's active cohorts for a league, each with a member_count.

Inferred read-only
amba_list_league_cohorts

List this week's active cohorts for a league, each with a member_count.

Inferred read-only
amba_onboarding_create

Create an onboarding flow for a project.

Potential side effects
amba_create_onboarding_flow

Create an onboarding flow for a project.

Potential side effects
amba_onboarding_get_stats

Get onboarding completion statistics for a project.

Inferred read-only
amba_get_onboarding_stats

Get onboarding completion statistics for a project.

Inferred read-only
amba_onboarding_list

List all onboarding flows for a project.

Inferred read-only
amba_onboarding_get

Get a single onboarding flow by id including its ordered steps.

Inferred read-only
amba_onboarding_update

Update an onboarding flow.

Potential side effects
amba_onboarding_delete

Delete an onboarding flow.

Potential side effects
amba_roles_create

Create a role with specific permissions for a project.

Potential side effects
amba_create_role

Create a role with specific permissions for a project.

Potential side effects
amba_roles_list

List all roles defined for a project.

Inferred read-only
amba_list_roles

List all roles defined for a project.

Inferred read-only
amba_roles_assign

Assign a role to an app user.

Inferred read-only
amba_assign_role

Assign a role to an app user.

Inferred read-only
amba_tracked_links_create

Create a tracked deep link for a project.

Potential side effects
amba_create_tracked_link

Create a tracked deep link for a project.

Potential side effects
amba_tracked_links_get_stats

Get click analytics for a tracked link including total clicks, unique users, and clicks by platform.

Inferred read-only
amba_get_link_stats

Get click analytics for a tracked link including total clicks, unique users, and clicks by platform.

Inferred read-only
amba_deeplinks_list

List tracked deep links for a project, newest first.

Inferred read-only
amba_deeplinks_delete

Delete a tracked deep link.

Potential side effects
amba_deeplinks_get_config

Get the deep-link configuration (URL scheme, universal link domain, iOS/Android identifiers, fallback URL) for a project.

Inferred read-only
amba_deeplinks_set_config

Upsert the deep-link configuration (URL scheme, universal link domain, iOS/Android identifiers, fallback URL) for a project.

Inferred read-only
amba_media_upload

Register a media asset and get a signed upload URL.

Potential side effects
amba_upload_media

Register a media asset and get a signed upload URL.

Potential side effects
amba_media_list

List media assets for a project.

Inferred read-only
amba_list_media

List media assets for a project.

Inferred read-only
amba_media_delete

Delete a media asset.

Potential side effects
amba_media_create_folder

Create a media folder for organizing assets.

Potential side effects
amba_media_list_folders

List media folders for a project.

Inferred read-only
amba_media_delete_folder

Delete a media folder.

Potential side effects
amba_media_catalogs_create

Create a curated media catalog — a named, slug-addressable bundle of media assets your app fetches in one call.

Potential side effects
amba_media_catalogs_list

List media catalogs for a project, each with its item count.

Inferred read-only
amba_media_catalogs_get

Get a single media catalog and its ordered items, each resolved to a stable public asset URL.

Inferred read-only
amba_media_catalogs_update

Update a media catalog's name, slug, description, visibility, or metadata.

Potential side effects
amba_media_catalogs_delete

Delete a media catalog.

Potential side effects
amba_media_catalogs_add_item

Add a media asset to a catalog.

Inferred read-only
amba_media_catalogs_remove_item

Remove a media asset from a catalog.

Potential side effects
amba_moderation_queue_get

Get the content moderation queue for a project.

Inferred read-only
amba_get_moderation_queue

Get the content moderation queue for a project.

Inferred read-only
amba_moderation_configure

Create a moderation rule for a project.

Potential side effects
amba_configure_moderation

Create a moderation rule for a project.

Potential side effects
amba_moderation_queue_list

List moderation queue items for a project, filtered by status.

Inferred read-only
amba_moderation_queue_approve

Approve a moderation-queue item.

Inferred read-only
amba_moderation_queue_reject

Reject a moderation-queue item.

Inferred read-only
amba_moderation_queue_escalate

Escalate a moderation-queue item for senior review.

Inferred read-only
amba_roles_patch

Update a role's name, description, or permission list.

Potential side effects
amba_roles_delete

Delete a role.

Potential side effects
amba_roles_revoke

Revoke a role from an app user.

Inferred read-only
amba_roles_list_users

List all users currently assigned to a specific role.

Inferred read-only
amba_messaging_create_conversation

Create a conversation server-side.

Potential side effects
amba_messaging_add_participant

Add a user to an existing conversation (idempotent).

Inferred read-only
amba_messaging_remove_participant

Remove a user from a conversation (idempotent inverse of add).

Potential side effects
amba_messaging_list_conversations

List message conversations for a project, newest first.

Potential side effects
amba_messaging_list_messages

List messages within a single conversation, ordered by send time.

Potential side effects
amba_messaging_delete_message

Delete a single message permanently.

Potential side effects
amba_moderation_list_rules

List moderation rule definitions.

Inferred read-only
amba_moderation_update_rule

Partially update a moderation rule.

Potential side effects
amba_moderation_delete_rule

Delete a moderation rule.

Potential side effects
amba_moderation_list_trust

List user trust scores.

Inferred read-only
amba_moderation_set_trust

Set or upsert a user trust score.

Inferred read-only
amba_friendships_get_stats

Get friendship statistics for a project.

Inferred read-only
amba_get_friendship_stats

Get friendship statistics for a project.

Inferred read-only
amba_groups_create

Create a group (guild) within a project.

Potential side effects
amba_create_group

Create a group (guild) within a project.

Potential side effects
amba_groups_list

List all groups in a project.

Inferred read-only
amba_list_groups

List all groups in a project.

Inferred read-only
amba_feeds_rules_create

Create a feed generation rule.

Potential side effects
amba_create_feed_rule

Create a feed generation rule.

Potential side effects
amba_feeds_list_rules

List all feed generation rules for a project, ordered by source_event.

Inferred read-only
amba_feeds_patch_rule

Update a feed rule.

Potential side effects
amba_feeds_delete_rule

Delete a feed rule.

Potential side effects
amba_messaging_get_stats

Get in-app messaging statistics for a project.

Inferred read-only
amba_get_messaging_stats

Get in-app messaging statistics for a project.

Inferred read-only
amba_reviews_get_stats

Get review and rating statistics for a project.

Inferred read-only
amba_get_review_stats

Get review and rating statistics for a project.

Inferred read-only
amba_reviews_list

List reviews for a project, newest first.

Inferred read-only
amba_reviews_patch

Approve or unapprove a review by toggling `is_approved`.

Inferred read-only
amba_reviews_delete

Delete a review permanently.

Potential side effects
amba_reviews_list_items

List reviewable items for a project, ordered by average rating.

Inferred read-only
amba_reviews_export

Export reviews for a project as CSV (default) or NDJSON.

Inferred read-only
amba_friendships_list

List friendship rows for a project.

Inferred read-only
amba_list_friendships

List friendship rows for a project.

Inferred read-only
amba_friendships_delete

Delete a friendship row.

Potential side effects
amba_delete_friendship

Delete a friendship row.

Potential side effects
amba_groups_update

Partially update a group definition.

Potential side effects
amba_update_group

Partially update a group definition.

Potential side effects
amba_groups_delete

Delete a group.

Potential side effects
amba_delete_group

Delete a group.

Potential side effects
amba_groups_list_members

List members of a single group, with their join timestamps and roles.

Inferred read-only
amba_list_group_members

List members of a single group, with their join timestamps and roles.

Inferred read-only
amba_groups_update_member

Update a group member's role or metadata.

Potential side effects
amba_update_group_member

Update a group member's role or metadata.

Potential side effects
amba_groups_remove_member

Remove a member from a group (kick or self-leave).

Potential side effects
amba_remove_group_member

Remove a member from a group (kick or self-leave).

Potential side effects
amba_feeds_list_items

List feed items in a project.

Inferred read-only
amba_feeds_delete_item

Delete a feed item.

Potential side effects
amba_xp_rules_create

Create an XP rule that auto-awards XP when a matching engagement event is tracked.

Potential side effects
amba_create_xp_rule

Create an XP rule that auto-awards XP when a matching engagement event is tracked.

Potential side effects
amba_xp_rules_list

List all XP rules configured for a project.

Inferred read-only
amba_list_xp_rules

List all XP rules configured for a project.

Inferred read-only
amba_users_get_xp

Get a specific user's XP total, current level, and XP history.

Inferred read-only
amba_get_user_xp

Get a specific user's XP total, current level, and XP history.

Inferred read-only
amba_xp_update_rule

Update an XP rule.

Potential side effects
amba_xp_delete_rule

Delete an XP rule.

Potential side effects
amba_xp_grant

Directly add XP to a user's total — for rewards, promos, or support corrections.

Inferred read-only
amba_xp_deduct

Directly subtract XP from a user's total — the inverse of grant.

Inferred read-only
amba_xp_list_users

List users by total XP (leaderboard view).

Inferred read-only
amba_events_list

List engagement events for a project (most recent first) with cursor pagination on (occurred_at, id).

Inferred read-only
amba_events_count

Aggregate event counts for a project across a time window.

Inferred read-only
amba_events_explain

Dry-run an event against the rule engine: given a candidate event (name + properties + optional user), return which rules WOULD match and what each WOULD produce — XP awards, currency grants, feed items, streak qualification, and webhook deliveries — WITHOUT firing the event or committing any side effect.

Inferred read-only
amba_events_track

Track an engagement event on behalf of a user from the server side — the one call that drives the whole reactive pipeline: streak qualification, currency grant rules, XP awards, achievements, segment membership, and any webhooks subscribed to the event all fan out from this single write.

Potential side effects
amba_events_catalog

Discover every event you can subscribe a webhook to — both APP events (inside your app: users, gamification, economy, social, content) and CONTROL-plane lifecycle events (about the project itself: provisioning, deploys, domains, billing).

Inferred read-only
amba_control_webhooks_create

Subscribe a webhook to CONTROL-plane lifecycle events for this project — provisioning, deploys, domains, billing.

Inferred read-only
amba_control_webhooks_list

List this project's control-plane webhook subscriptions (most recent first).

Inferred read-only
amba_control_webhooks_delete

Delete a control-plane webhook subscription by id.

Potential side effects
amba_funnels_list

List conversion funnels for a project.

Inferred read-only
amba_funnels_create

Create a conversion funnel definition.

Potential side effects
amba_funnels_get

Get a single funnel definition by id (name, ordered steps, conversion window).

Inferred read-only
amba_funnels_update

Update a funnel's name, description, steps, and/or conversion window.

Potential side effects
amba_funnels_delete

Delete a funnel definition by id.

Potential side effects
amba_funnels_query

Compute a funnel: per-step distinct-user counts, conversion rates, and drop-off over an entry date range.

Potential side effects
amba_collections_create

Create a new collection (schema-first Postgres table) in a project.

Potential side effects
amba_create_collection

Create a new collection (schema-first Postgres table) in a project.

Potential side effects
amba_collections_list

List every collection in a project (customer-facing names, with creation/change timestamps).

Inferred read-only
amba_list_collections

List every collection in a project (customer-facing names, with creation/change timestamps).

Inferred read-only
amba_collections_get

Describe one collection: live column list + indexes (read from information_schema/pg_indexes) plus the latest collection-migration record.

Inferred read-only
amba_get_collection

Describe one collection: live column list + indexes (read from information_schema/pg_indexes) plus the latest collection-migration record.

Inferred read-only
amba_collections_delete

Drop a collection.

Potential side effects
amba_delete_collection

Drop a collection.

Potential side effects
amba_collections_reset_data

Reset a collection: empty ALL of its rows in one call WITHOUT dropping the collection — the schema, columns and indexes survive, only the data is cleared.

Inferred read-only
amba_collections_alter

Alter a collection: exactly one of `add_column`, `add_index`, `change_type`, `rename_column`, `drop_column`, `relax_user_id`, or `set_policy` per call (the underlying saga is built around one SQL blob per workflow; set_policy is a metadata-only write applied without the saga).

Potential side effects
amba_alter_collection

Alter a collection: exactly one of `add_column`, `add_index`, `change_type`, `rename_column`, `drop_column`, `relax_user_id`, or `set_policy` per call (the underlying saga is built around one SQL blob per workflow; set_policy is a metadata-only write applied without the saga).

Potential side effects
amba_admin_insert_row

Insert a row directly into a collection from the developer/agent side — BYPASSES auto-RLS.

Potential side effects
amba_admin_insert_rows

Bulk-insert up to 500 rows into a collection in a single atomic statement — BYPASSES auto-RLS.

Potential side effects
amba_admin_list_rows

List rows in a collection from the admin side.

Inferred read-only
amba_admin_aggregate_rows

Run a group-by aggregation over a collection from the admin side — BYPASSES auto-RLS.

Inferred read-only
amba_admin_update_row

Update a single row by id from the developer/agent side — BYPASSES the per-user row scoping the client tools enforce, so it can edit ANY row regardless of which app_user owns it.

Potential side effects
amba_admin_delete_row

Delete a single row by id from the developer/agent side — BYPASSES the per-user row scoping the client tools enforce, so it can delete ANY row regardless of which app_user owns it.

Potential side effects
amba_admin_bulk_update

Update EVERY row matching a `where` filter in one statement, from the developer/agent side — BYPASSES the per-user row scoping the client tools enforce (updates rows across all app_users).

Potential side effects
amba_admin_bulk_delete

Delete EVERY row matching a `where` filter in one statement, from the developer/agent side — BYPASSES the per-user row scoping the client tools enforce (deletes rows across all app_users).

Potential side effects
amba_client_insert_row

Insert a row into a collection as the signed-in app_user.

Potential side effects
amba_client_list_rows

List rows the signed-in app_user owns.

Inferred read-only
amba_client_get_row

Fetch a single row by id, scoped to the signed-in app_user (auto-RLS).

Inferred read-only
amba_client_update_row

Update a single row by id.

Potential side effects
amba_client_delete_row

Soft-delete a row (sets `deleted_at = NOW()`).

Potential side effects
amba_client_count_rows

Count rows matching an optional where-clause, scoped to the signed-in app_user.

Inferred read-only
amba_client_find_rows

Query rows with the @layers/amba SDK-shaped filter body.

Inferred read-only
amba_client_find_nearest_rows

Vector similarity search against a `vector`-typed column.

Inferred read-only
amba_client_aggregate_rows

Run a group-by aggregation over a collection as the signed-in app_user — server-side, no rows shipped to the client.

Inferred read-only
amba_functions_deploy

Deploy a function to an Amba project.

Inferred read-only
amba_deploy_function

Deploy a function to an Amba project.

Inferred read-only
amba_functions_list

List function deployments for a project.

Inferred read-only
amba_list_functions

List function deployments for a project.

Inferred read-only
amba_functions_get

Get the currently-active deployment row for one function.

Inferred read-only
amba_get_function

Get the currently-active deployment row for one function.

Inferred read-only
amba_functions_delete

Delete a function and cascade cleanup: the dispatch-namespace script is removed and every active deployment row for the function is marked disabled.

Potential side effects
amba_delete_function

Delete a function and cascade cleanup: the dispatch-namespace script is removed and every active deployment row for the function is marked disabled.

Potential side effects
amba_functions_schedule

Register a cron Schedule for a function.

Inferred read-only
amba_schedule_function

Register a cron Schedule for a function.

Inferred read-only
amba_functions_pause_schedule

Pause a function schedule.

Inferred read-only
amba_pause_function_schedule

Pause a function schedule.

Inferred read-only
amba_functions_resume_schedule

Resume a paused function schedule.

Inferred read-only
amba_resume_function_schedule

Resume a paused function schedule.

Inferred read-only
amba_functions_trigger_schedule

Fire a function schedule immediately (run-now).

Inferred read-only
amba_trigger_function_schedule

Fire a function schedule immediately (run-now).

Inferred read-only
amba_functions_get_logs

Read function logs for one function over a bounded time range.

Inferred read-only
amba_get_function_logs

Read function logs for one function over a bounded time range.

Inferred read-only
amba_sites_deploy

Deploy a static site to an Amba project.

Inferred read-only
amba_deploy_site

Deploy a static site to an Amba project.

Inferred read-only
amba_sites_list

List static sites registered to a project.

Inferred read-only
amba_list_sites

List static sites registered to a project.

Inferred read-only
amba_sites_get

Describe one site by name, including its attached custom domains (with cert lifecycle status).

Inferred read-only
amba_get_site

Describe one site by name, including its attached custom domains (with cert lifecycle status).

Inferred read-only
amba_sites_delete

Delete a site.

Potential side effects
amba_delete_site

Delete a site.

Potential side effects
amba_sites_add_domain

Attach a custom hostname to a site.

Inferred read-only
amba_add_site_domain

Attach a custom hostname to a site.

Inferred read-only
amba_sites_list_domains

List custom hostnames attached to a site, with their cert lifecycle status.

Inferred read-only
amba_list_site_domains

List custom hostnames attached to a site, with their cert lifecycle status.

Inferred read-only
amba_sites_remove_domain

Detach a custom hostname from a site.

Inferred read-only
amba_remove_site_domain

Detach a custom hostname from a site.

Inferred read-only
amba_domains_search

Search for available domains to buy through Amba.

Inferred read-only
amba_domains_check

Check authoritative availability + price for specific domains (up to 20 at once).

Inferred read-only
amba_domains_purchase

Buy a domain through Amba and connect it to one of the project's sites as a live custom domain — the customer never touches DNS.

Inferred read-only
amba_domains_list

List domains this project has purchased through Amba, with registration status and the site each is connected to.

Inferred read-only
amba_operations_get

Poll an async operation by its operation_id to see whether it has finished.

Inferred read-only
amba_operations_list

List async operations for a project, newest first.

Inferred read-only
amba_secrets_set

Set or rotate a secret.

Inferred read-only
amba_set_secret

Set or rotate a secret.

Inferred read-only
amba_secrets_get

Look up one secret's metadata (version, sync_status, attempts, last_error).

Inferred read-only
amba_get_secret

Look up one secret's metadata (version, sync_status, attempts, last_error).

Inferred read-only
amba_secrets_list

List every function-scoped secret on a project.

Inferred read-only
amba_list_secrets

List every function-scoped secret on a project.

Inferred read-only
amba_secrets_delete

Delete a secret.

Potential side effects
amba_delete_secret

Delete a secret.

Potential side effects
amba_ai_prompts_create

Register a new AI prompt template on a project.

Inferred read-only
amba_create_ai_prompt

Register a new AI prompt template on a project.

Inferred read-only
amba_ai_prompts_list

List every registered AI prompt on a project (name, version, provider, model, system_prompt, max_tokens, rate_limit, client_invokable, timestamps).

Inferred read-only
amba_list_ai_prompts

List every registered AI prompt on a project (name, version, provider, model, system_prompt, max_tokens, rate_limit, client_invokable, timestamps).

Inferred read-only
amba_ai_prompts_get

Describe one AI prompt by name.

Inferred read-only
amba_get_ai_prompt

Describe one AI prompt by name.

Inferred read-only
amba_ai_prompts_update

Update an existing AI prompt template.

Potential side effects
amba_update_ai_prompt

Update an existing AI prompt template.

Potential side effects
amba_ai_prompts_delete

Delete an AI prompt by name.

Potential side effects
amba_delete_ai_prompt

Delete an AI prompt by name.

Potential side effects
amba_ai_prompts_invoke

Server-side test invocation of a registered AI prompt.

Inferred read-only
amba_invoke_ai_prompt

Server-side test invocation of a registered AI prompt.

Inferred read-only
amba_ai_prompts_set_budget

Set (or clear) a per-prompt AI spend budget.

Inferred read-only
amba_ai_prompts_get_spend

Read a prompt's AI spend for the current budget period, alongside its budget (if any).

Inferred read-only
amba_ai_providers_set

Register or rotate the upstream AI provider API key for a project.

Inferred read-only
amba_ai_providers_list

List the AI providers registered on a project.

Inferred read-only
amba_ai_providers_delete

Revoke a registered AI provider key.

Inferred read-only
amba_experiments_create

Create an A/B experiment: a stable `key`, a display `name`, and >= 2 weighted variants.

Potential side effects
amba_experiments_list

List every experiment on a project (key, name, variants, status, timestamps), ordered by key.

Inferred read-only
amba_experiments_get

Get a single experiment by key (name, variants, status, timestamps).

Inferred read-only
amba_experiments_update

Update an experiment's name, description, variants, and/or status.

Potential side effects
amba_experiments_delete

Delete an experiment by key.

Potential side effects
amba_experiments_results

Compute per-variant results for an experiment: assigned_count, exposed_count, and (when `conversion_event` is supplied) converted_count + conversion_rate — the distinct exposed users who emitted that analytics event at/after their assignment.

Inferred read-only
amba_project_export

Export a declarative bundle of a project's reusable configuration so it can be re-created in another project (e.g.

Inferred read-only
amba_project_import

Import a declarative configuration bundle (from `amba_project_export`) into a project.

Inferred read-only
amba_billing_status

Get the current billing tier, current-period usage by meter (MAU, events, push, db_storage, media_storage, agent tool calls) with per-meter cost, the billing period and its reset date, spend ceiling + percent consumed, a projected end-of-period overage, the live enforcement state (whether the project is in read-only mode — metered writes returning 402 — and which meters are over quota), and what (if any) human action is required before the agent can continue safely.

Inferred read-only
amba_billing_tiers

Returns the full Amba tier catalog as structured JSON — tier names, prices, included quotas, overage rates, and the feature differences between tiers.

Inferred read-only
amba_billing_set_ceiling

Set or remove the monthly spend ceiling for a project.

Potential side effects
amba_payments_account_create

Create the project's connected payments account so the app can accept payments from its users (the app is the seller; Amba takes a platform fee, Stripe carries the money).

Potential side effects
amba_payments_create_onboarding_link

Generate a hosted onboarding URL the seller opens to finish setting up payments (identity, bank details — handled entirely by the payment provider, Amba never sees identity documents).

Potential side effects
amba_payments_account_status

Read the connected payments account status — onboarding stage, whether charges and payouts are enabled, and the configured default platform fee.

Inferred read-only
amba_payments_set_fee

Set the default platform fee taken on each payment, in basis points (e.g.

Potential side effects
amba_payments_charge

Create a payment (destination charge) on behalf of the seller, taking the platform fee.

Potential side effects
amba_payments_refund

Refund a payment, in full or in part.

Potential side effects
amba_payments_balance

Read the seller's available and pending payment balance per currency.

Potential side effects
amba_payments_payouts

List the seller's recent payouts (transfers from the payment balance to their bank), with amount, currency, status, and arrival date.

Potential side effects
amba_agent_checkout_enable

Turn agent checkout on (or off) for a project, so your users' AI agents can pay inside your app and have entitlements unlock in the same motion.

Potential side effects
amba_agent_checkout_capabilities

Read which agent-checkout settlement rails a project can offer (and, when a rail is unavailable, exactly why).

Inferred read-only
amba_projects_invite_member

Invite a teammate by email to collaborate on this project.

Potential side effects
amba_projects_list_members

List all members of a project, including the owner and accepted invitees.

Inferred read-only
amba_projects_remove_member

Remove a member from a project.

Potential side effects
amba_projects_transfer_owner

Transfer project ownership to an existing member.

Potential side effects
amba_service_accounts_create

Create a scoped service account under an organization.

Potential side effects
amba_service_accounts_list

List service accounts for an organization.

Inferred read-only
amba_service_accounts_revoke

Soft-revoke a service account.

Inferred read-only
amba_webhooks_create

Register an outbound webhook subscription.

Inferred read-only
amba_webhooks_list

List all webhook subscriptions for a project (most recent first).

Inferred read-only
amba_webhooks_get

Describe a single webhook subscription by id.

Inferred read-only
amba_webhooks_update

Update a webhook subscription.

Potential side effects
amba_webhooks_delete

Delete a webhook subscription.

Potential side effects
amba_webhooks_rotate_secret

Rotate the HMAC signing secret for a subscription.

Inferred read-only
amba_webhooks_test

Send a synthetic test delivery to a subscription to verify receiver setup.

Potential side effects
amba_webhooks_deliveries_list

List recent webhook delivery attempts (most recent first).

Inferred read-only
amba_webhooks_deliveries_get

Describe a single webhook delivery by id, including the full attempt log, attempt count, and last error.

Inferred read-only
amba_webhooks_deliveries_replay

Re-enqueue a terminated (failed or dead-lettered) delivery, rebuilding the original payload from the source event.

Inferred read-only
amba_email_templates_create

Create or update a transactional email template (upsert keyed by name — re-creating an existing name overwrites it).

Potential side effects
amba_email_templates_list

List all transactional email templates for a project, ordered by name.

Potential side effects
amba_email_templates_get

Get a single transactional email template by name, including its subject, html_body, and text_body.

Potential side effects
amba_email_templates_update

Update fields on an existing email template.

Potential side effects
amba_email_templates_delete

Delete a transactional email template by name.

Potential side effects
amba_email_suppressions_create

Add an email address to the suppression list (upsert).

Potential side effects
amba_email_suppressions_list

List suppressed email addresses (most recent first, up to 500).

Potential side effects
amba_email_suppressions_delete

Remove an email address from the suppression list (operator unblock).

Potential side effects
amba_email_send

Send a transactional email.

Potential side effects
amba_email_deliveries_list

List recent email delivery records (most recent first).

Potential side effects
amba_email_deliveries_get

Describe a single email delivery by id, including recipient, template, status, and last error if it failed.

Potential side effects
amba_app_mcp_get_config

Read the configuration of this app's agent surface (the per-app MCP endpoint whose tools are the app's own collections and functions).

Inferred read-only
amba_app_mcp_update_config

Update the app agent surface configuration.

Potential side effects
amba_app_mcp_set_exposure

Set which collections and deployed functions the app agent surface exposes as typed tools.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.amba]
url = "https://mcp.amba.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "amba": {
      "type": "http",
      "url": "https://mcp.amba.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: amba
Remote MCP URL: https://mcp.amba.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "amba": {
      "url": "https://mcp.amba.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "amba": {
      "type": "http",
      "url": "https://mcp.amba.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "amba",
  "transport": "streamable-http",
  "url": "https://mcp.amba.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for amba.dev was fetched 2026-08-04T03:22:17.707Z and is being refreshed.

Trust status Trusted

amba.dev is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.