> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# JSONbin.io

> Connect JSONbin.io to xpander and give agents its 24 actions: how to create the API key and connect it, and which actions to hold for approval.

<Badge color="blue">HTTP API connector</Badge>

An HTTP API described by an OpenAPI spec, not an MCP server. Calls go to `https://api.jsonbin.io/v3` and carry an API key in the `X-MASTER-KEY` header plus a `X-ACCESS-KEY` header entered when connecting.

## What the skill can do

API connector: 24 actions, as they appear in the skill panel. 16 of them create, change or delete something in JSONbin.io; mark those under **These actions need approval** when you add the skill to an agent.

* **Bin storage** (9): Json Bin Bin Storage Create New Json Bin, Json Bin Bin Storage Update Bin Content By Id, Json Bin Bin Storage Read Bin Content By Id, Json Bin Xlbin Storage Read Large Bin By Id, Json Bin Bin Metadata Update Bin Privacy By Id, Json Bin Xlbin Storage Create Large Json Bin, Json Bin Xlbin Storage Delete Large Bin By Id, Json Bin Bin Storage Delete Bin By Id, Json Bin Bin Metadata Update Bin Name By Id
* **Collection grouping** (6): Json Bin Collection Group Update Name By Id, Json Bin Collection Group Create New Collection, Json Bin Collection Schema Add Schema Doc By Id, Json Bin Collection Group Get Bins By Collection Id, Json Bin Collection Schema Remove Schema Doc By Id, Json Bin Schema Validation Read Schema Doc By Id
* **Access keys** (3): Json Bin Access Keys List All Account Keys, Json Bin Access Keys Create Scoped Access Key, Json Bin Access Keys Delete Key By Id
* **Bin versioning** (2): Json Bin Bin Versioning Delete All Versions By Id, Json Bin Bin Versioning Get Versions Count By Id
* **Usage logs** (2): Json Bin Usage Logs Download Log Zip By Date, Json Bin Usage Logs List Available Log Dates
* **Schema validation** (2): Json Bin Schema Validation Create Schema Doc, Json Bin Schema Validation Update Schema Doc By Id

## Connect JSONbin.io

In Xpander Chat, open the agent's settings, click **Add skill**, and search for **JSONbin.io**. The connect dialog asks for a connection name and whether the connection is for the **Organization** (one shared account) or **Personal** (your own account, so the agent acts with your permissions where systems allow). On an agent other people use, a personal connection runs their requests as you unless the binding requires each person's own sign-in; see [whose credential a shared agent uses](/use/agents/permissions#whose-credential-a-shared-agent-uses).

JSONbin.io connects with an API key. Create the key in JSONbin.io, paste it into the dialog, and click **Connect**. The key goes to the vault; the agent references it and never sees the value.

Get your Master Key and Access Key from your JSONBin.io dashboard at [https://jsonbin.io/app/dashboard](https://jsonbin.io/app/dashboard)

Calls go to `https://api.jsonbin.io/v3`.

## Give an agent the JSONbin.io skill

Once JSONbin.io is connected, any agent you can edit may be given the skill: open the agent's settings, click **Add skill**, and choose **JSONbin.io**. Enable only the action groups the agent needs, and mark the actions that should wait for a named person's sign-off under **These actions need approval**. Which skills exist for your organization, and who may add them, is decided by your admins; see [Skills](/use/skills).

## Related Resources

* [Skills](/use/skills)
