Give Codex your Asana and LaunchDarkly at once, so it can coordinate feature rollouts with the work that tracks them. It creates and applies flag approval requests, adds followers and team members, and posts announcements in LaunchDarkly, then records each step in Asana as a comment or a new follower. LaunchDarkly runs the flags, Asana tracks the rollout. The agent keeps the release and its paperwork moving together.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
Get the authenticated user (handy for testing credentials).
List users in a workspace (resolve assignees/followers).
Get a specific user by their gid.
List workspaces and organizations the user can access.
List teams in an organization.
List custom fields available in a workspace.
List all member records for a workspace.
Add a user (invite them) to a workspace or organization.
Remove a user from a workspace or organization.
Search across all object types in a workspace (typeahead / autocomplete).
Get a team's details.
List users in a team.
Add a user to a team.
Remove a user from a team.
List projects, optionally filtered by workspace.
Get a single project's details.
Create a new project in a workspace (optionally in a team).
Update a project's name, notes, or archived status.
Delete a project.
Duplicate a project (creates an async Job — poll the returned job_gid for completion).
List members/memberships of a project.
Add users to a project as members.
Remove users from a project.
Add followers to a project.
Remove followers from a project.
Get task counts for a project (total, completed, incomplete, etc.).
List status updates on a project.
Post a status update on a project (On Track, At Risk, Off Track).
Delete a project status update.
List status updates for a project, portfolio, or goal (modern API).
Create a status update for a project, portfolio, or goal (modern API).
Delete a status update.
Get a project brief.
Create a project brief (rich-text overview for a project).
Update a project brief's title or content.
Delete a project brief.
List project templates available in a workspace or team.
Instantiate a new project from a project template.
Save an existing project as a project template.
Poll an async job (e.g. from duplicate_project / create_project_from_template). Returns the job status and a ``new_project`` link when complete.
List custom field settings (definitions) attached to a project.
List sections within a project.
Get a single section by its gid.
Create a section in a project.
Rename or update a section.
Delete a section from a project.
List tasks in a specific section.
Search tasks in a workspace by text.
Get a single task with its fields.
Create a task (name, notes, assignee, due date, projects).
Update a task (rename, reassign, complete, set due date).
Delete a task.
Duplicate a task (optionally into the same project under a new name).
List tasks belonging to a project.
Add a task to a project (optionally into a section).
Remove a task from a project.
Move/place a task into a project section.
Set or change the parent task of a task (makes it a subtask).
List projects that a task belongs to.
List a task's subtasks.
Create a subtask under a parent task.
Get tasks that a task depends on (its dependencies).
Set tasks that must be completed before this task (dependencies).
Remove task dependencies.
Get tasks that depend on this task (dependents / blocking tasks).
Mark tasks as depending on this task (add dependents).
Remove dependent tasks from this task.
Add followers to a task.
Remove followers from a task.
List tasks that have a specific tag.
List task templates in a project.
Instantiate a task from a task template.
Add a comment (story) to a task.
List stories (comments + activity) on a task.
Get a single story (comment or activity event) by its gid.
Edit the text of a comment (story) on a task.
Delete a comment (story) from a task.
List tags in a workspace.
Get a tag by its gid.
Create a new tag in a workspace.
Update a tag's name or color.
Delete a tag.
Tag a task.
Remove a tag from a task.
List all tags on a task.
Get a custom field definition.
Create a custom field definition in a workspace.
Update a custom field's name, description, or settings.
Delete a custom field definition from the workspace.
Set a custom field value on a task.
Add a custom field to a project.
Remove a custom field from a project.
List file attachments on a task.
Delete a file attachment.
List time tracking entries on a task.
Log a time entry on a task.
Update the duration or date of an existing time tracking entry.
Delete a time tracking entry.
Get a user's personal 'My Tasks' task list.
List tasks in a user's My Tasks list.
List portfolios accessible to a user in a workspace.
Get a single portfolio's details.
Create a new portfolio.
Update a portfolio's name or public setting.
Delete a portfolio.
List projects (items) in a portfolio.
Add a project to a portfolio.
Remove a project from a portfolio.
Add members to a portfolio.
Remove members from a portfolio.
List goals in a workspace (requires premium/business plan).
Get a single goal's details.
Create a goal in a workspace or team.
Update a goal's name, status, notes, or dates.
Delete a goal.
List parent goals for a goal (supporting relationship traversal).
Set a metric on a goal (defines how goal progress is measured).
Update the current value of a goal's metric.
Add followers / collaborators to a goal.
Remove followers / collaborators from a goal.
Trigger a rule that uses an 'incoming web request' trigger.
List all feature flags in a project.
Get a single feature flag's configuration and targeting.
Create a new feature flag in a project.
Toggle a feature flag on or off in an environment (semantic patch).
Delete a feature flag.
Copy a flag's targeting config from a source environment to a target environment.
Get a flag's status (new/active/launched/inactive) in an environment.
List all projects in the account.
Get a single project.
Create a new project.
Delete a project.
List environments within a project.
Create an environment within a project.
Delete an environment.
List segments in a project/environment.
Create a user/context segment.
Patch a segment's included/excluded targets (JSON patch array).
Delete a segment.
List all account webhooks.
Create an account webhook.
Delete an account webhook.
List members of the account.
Invite a new member to the account.
Query the audit log.
List experimentation/release metrics in a project.
List custom roles defined in the account.
List teams in the account.
Create an approval request for a flag change.
List API access tokens for the account.
List segment memberships for a context instance in an environment.
Get a single segment.
Update context targets on a big segment.
Get big segment membership for a context.
Create a big segment export.
Get a big segment export.
Create a big segment import.
Get a big segment import.
Update user context targets on a big segment.
Get big segment membership for a user.
Get expiring targets for a segment.
Update expiring targets for a segment via instructions.
Get expiring user targets for a segment.
Update expiring user targets for a segment via instructions.
Get the status of a feature flag across all environments.
List the statuses of all feature flags in an environment.
Get expiring context targets for a feature flag in an environment.
Update expiring context targets on a feature flag via semantic-patch instructions.
Get expiring user targets for a feature flag in an environment.
Update expiring user targets on a feature flag via semantic-patch instructions.
Get migration safety issues for a proposed set of semantic-patch instructions on a flag.
List approval requests in the account.
Get a single approval request.
Delete an approval request.
Apply an approved approval request.
Review (approve/decline) an approval request.
List approval requests for a feature flag in an environment.
Create an approval request for a feature flag in an environment.
Create an approval request to copy flag configurations across environments.
Get a single approval request for a feature flag in an environment.
Delete an approval request for a feature flag in an environment.
Apply an approved approval request for a feature flag in an environment.
Review (approve/decline) an approval request for a feature flag in an environment.
List extinctions (removed flag code references).
List code reference repositories.
Create a code reference repository.
Get a code reference repository.
Update a code reference repository via JSON Patch.
Delete a code reference repository.
Queue a task to delete branches from a repository.
List branches for a code reference repository.
Get a branch for a code reference repository.
Create or update a branch and its code references.
Create extinction events for a branch.
Get links to code reference repositories for each project.
Get code references statistics for the flags in a project.
List all Data Export destinations across the account.
Generate a Snowflake Data Export destination key pair.
Generate a trust policy for a Data Export destination in an environment.
Generate a Snowflake destination key pair for a specific project environment.
Complete warehouse destination setup for a given destination kind.
Generate a warehouse destination setup script for a given destination kind.
Create a Data Export destination in an environment.
Get a single Data Export destination.
Update a Data Export destination via a JSON Patch document.
Delete a Data Export destination.
Get all context kinds for a project.
Create or update a context kind.
Get context attribute names for an environment.
Get context attribute values for a given attribute name.
Search for context instances in an environment.
Get context instances by ID.
Delete context instances by ID.
Search for contexts in an environment.
Get contexts by kind and key.
Evaluate all flags for a given context instance.
Update a project via a JSON Patch document.
Get the flag defaults for a project.
Update the flag defaults for a project via a JSON Patch document.
Create or update (replace) the flag defaults for a project.
Get experiments in an environment.
Create an experiment in an environment.
Get a single experiment.
Update an experiment via semantic-patch instructions.
Create an iteration for an experiment.
Get experimentation settings for a project.
Update experimentation (randomization) settings for a project.
Get experiments across all environments in a project.
Create a team.
Get a single team by key.
Update a team via semantic-patch instructions.
Delete a team.
Get the maintainers of a team.
Add members to a team (semantic-patch addMembers instruction). The raw /teams/{key}/members endpoint only accepts CSV/multipart uploads; a semantic patch on the team is the JSON-friendly way to add members.
Get the custom roles associated with a team.
Modify multiple account members via semantic-patch instructions.
Get a single account member by ID.
Modify a single account member via JSON Patch.
Delete an account member.
Add an account member to one or more teams.
Get a single environment in a project.
Update an environment via JSON Patch.
Reset an environment's SDK key, optionally keeping the old key alive for a period.
Reset an environment's mobile SDK key.
List Relay Proxy configs in the account.
Create a new Relay Proxy config.
Get a single Relay Proxy config by ID.
Update a Relay Proxy config via a JSON patch.
Delete a Relay Proxy config by ID.
Reset a Relay Proxy configuration's secret key.
Create an access token.
Get a single access token by ID.
Update an access token via JSON Patch.
Delete an access token.
Reset an access token's secret, optionally keeping the old one valid for a grace period.
Get the root resource of the LaunchDarkly API.
Identify the caller associated with the API access token.
Get the LaunchDarkly OpenAPI specification in JSON.
Get the list of public IP addresses used by LaunchDarkly.
Get LaunchDarkly API version information.
List all triggers for a feature flag in an environment.
Create a trigger for a feature flag in an environment.
Get a single flag trigger by ID.
Update a flag trigger via semantic-patch instructions.
Delete a flag trigger by ID.
Get all audit log subscriptions for a given integration.
Create an audit log subscription for an integration.
Get an audit log subscription by ID.
Update an audit log subscription via a JSON Patch array.
Delete an audit log subscription.
Get a single metric from a project.
Create a metric in a project.
Update a metric via JSON Patch instructions.
Delete a metric from a project.
Get all OAuth 2.0 clients registered in the account.
Create a LaunchDarkly OAuth 2.0 client.
Get a single OAuth 2.0 client by ID.
Patch an OAuth 2.0 client by ID using JSON Patch instructions.
Delete an OAuth 2.0 client by ID.
Get all holdouts in an environment.
Create a holdout in an environment.
Get a holdout by its id.
Get a holdout by its key.
Update a holdout via semantic-patch instructions.
List scheduled changes for a feature flag in an environment.
Create a scheduled changes workflow for a feature flag in an environment.
Get a single scheduled change by ID.
Update a scheduled changes workflow via semantic-patch instructions.
Delete a scheduled changes workflow.
Create a custom role.
Get a custom role by key.
Update a custom role via JSON patch.
Delete a custom role.
List flag settings for a user.
Get a single flag setting for a user.
Update a flag setting for a user.
Get expiring dates on flags for a user.
Update expiring user targets for flags via instructions.
Get a single webhook by ID.
Update a webhook using a JSON Patch document.
List audit log entries in the account.
Search audit log entries using a list of policy statements.
Get counts of audit log entries bucketed over a time range.
Get a single audit log entry by ID.
Get followers of all flags in a given project and environment.
Get followers of a flag in a project and environment.
Add a member as a follower of a flag in a project and environment.
Remove a member as a follower of a flag in a project and environment.
List workflows for a feature flag in an environment.
Create a workflow for a feature flag in an environment.
Get a custom workflow by ID.
Delete a workflow by ID.
Find users in a project environment.
List users in a project environment.
Get a single user in a project environment.
Delete a user from a project environment.
List announcements in the account.
Create an announcement.
Update an announcement via JSON Patch.
Delete an announcement.
List layers in a project.
Create a layer in a project.
Update a layer via semantic-patch instructions.
Get workflow templates in the account.
Create a workflow template.
Delete a workflow template.
Update the flag setting for a specific context.
List all tags in the account.
Codex is OpenAI's command-line coding agent. NoClick runs it as a hosted agent and lets you connect your apps to it as tools, turning it from a coding assistant into an operator that can act across your systems. Connect an integration to the agent and Codex can query, create, and update records in that app directly. You keep the Codex experience and give it real reach into the tools your team already uses.
NoClick runs Codex for you with Asana and LaunchDarkly wired in as tools. Connect your account and run.