Opencage

7 tools available

OpenCage Geocoder provides a simple API for forward and reverse geocoding using open data sources.

Connect Opencage to Definable to triage issues, review pull requests, monitor builds. Personas call Opencage's 7 tools directly from chat or scheduled flows. Wire it into a triage, review, or release-management persona — every action runs scoped, reviewable, and logged.

Common workflows with Opencage

01

Triage incoming issues

  1. Webhook fires on every new issue
  2. Persona summarises and labels it
  3. Assigns the right engineer
02

Auto-review PRs

  1. Pull the diff
  2. Run a code-review persona
  3. Post structured feedback as PR comment
03

Failing-build alerts

  1. CI sends a failure event
  2. Agent inspects logs and stack trace
  3. Drops a debug summary in Slack
04

Release notes from commits

  1. Read commits since last tag
  2. Group by type with the model
  3. Post to a changelog channel

Opencage actions 7

Every Opencage action below is a callable tool any Definable persona can invoke.

Forward Geocode Address

Tool to convert a human-readable address into geographic coordinates. Use when you need to retrieve latitude and longitude from an address.

Geocode to GeoJSON

Geocode addresses or coordinates and return results in GeoJSON FeatureCollection format. Use this tool when you need: - Geographic data in standard GeoJSON format for mapping applications - Forward geocoding: convert addresses to coordinates - Reverse geocoding: convert coordinates to addresses The response includes coordinates, formatted addresses, and optional annotations like timezone, currency, and sun times for each location.

Geocode with JSONP

Geocode an address and return results wrapped in a JavaScript callback function (JSONP format). Use this tool when you need geocoding results that can be directly consumed by JavaScript through a callback function, typically for cross-domain AJAX requests in browser environments. The response wraps standard geocoding JSON with your specified callback function name. Example response: myCallback({"results":[{"geometry":{"lat":52.5,"lng":13.4},"formatted":"Berlin, Germany",...}],...})

Geocode Google v3 JSON

Tool to perform forward geocoding and return results in Google Geocoding API v3 compatible JSON format. Use when you need Google v3 compatible output for legacy integrations. Note: This is a legacy format that may be discontinued; using the standard JSON format is recommended.

Reverse Geocode Coordinates

Tool to convert coordinates to a human-readable address. Use when you have latitude and longitude and need a readable location.

Geocode XML

Geocode a location query and return results in XML format. Supports both forward geocoding (address to coordinates) and reverse geocoding (coordinates to address). Use this when you need XML-formatted output instead of JSON.

Check API Health

Tool to check API health and connectivity. Returns 'pong' if the API is reachable. Use when you need to verify that the OpenCage API is accessible and operational.

Frequently asked questions

What can I automate with Opencage on Definable?

Anything Opencage exposes through its API. Common developer tools workflows on Definable include triage issues, review pull requests, monitor builds. Personas can call any of the 7 Opencage tools directly, then chain the result into another integration without you writing code.

How does Opencage authentication work?

Opencage uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.

Is the Opencage integration included in my Definable plan?

Yes — every Definable plan, including Starter, includes access to all 7 Opencage tools. You only need a separate Opencage subscription if Opencage itself charges per seat or per API call.

Is using Opencage through Definable secure?

Every call from a persona to Opencage is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.

How do I get started with Opencage on Definable?

Sign up for Definable, open the integrations page, find Opencage, and connect via OAuth or API key. You can immediately attach Opencage to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.

What Opencage actions does Definable expose?

Definable exposes all 7 Opencage actions as callable tools — including `Forward Geocode Address`, `Geocode to GeoJSON`, `Geocode with JSONP`, plus 4 more. Each tool gets a typed parameter schema so personas know exactly how to call it.

Ready to automate with Opencage?

Wire it up in minutes. No coding required.

← All integrations