Manifest
Plugin Manifest
Make sure the plugin manifest file is accessible at /.well-known/ai-plugin.json
on your domain. The URL should be similar to:
OpenAPI Bitte Extension
We have created an extension for the OpenAPI specification that allows you to include additional metadata.
Account ID (account-id)
• Description: Specifies the account ID associated with the plugin. This is typically the account ID on the NEAR blockchain that identifies the owner or operator of the API.
• Example: bitte.near
Agent Configuration (assistant)
Provides the configuration for the agent that will guide the user in interacting with the API. This section includes details about its behavior, and the tools it can use.
name
Instructions provided to the agent define its role or behavior. This helps tailor the agent’s responses according to specific requirements.
Example: "Weather Agent"
description
A general summary of the agent's functionalities and tools / endpoints.
instructions
Instructions provided to the agent define its role or behavior. This helps tailor the agent’s responses according to specific requirements.
Example: "You are a helpful agent. When using the get-weather tool make sure to know or ask for the user's location."
tools
A list of tools that the agent can use. Each tool is defined by its type and possibly other configurations.
Tool Type The type of tool that the agent can use. You can add any amount of primitives tools, by their name
generate-transaction - Render a Near transaction payload for the user to review and sign.
generate-evm-tx - Generate or format an EVM transaction payload for review in the UI.
generate-sui-tx - Create a Sui transaction payload for validation and signing.
submit-query - Generate and submit GraphQL queries to fetch data from the Mintbase Graph API.
transfer-ft - Create fungible token transfer transactions on NEAR blockchain.
generate-image - Generate images based on text prompts.
get-portfolio - Retrieve portfolio information for blockchain accounts.
sign-message - Create a message signing request for blockchain wallets.
render-chart - Generate and render data visualizations and charts.
get-swap-transactions - Get token swap transaction data from Ref Finance on NEAR.
get-token-metadata - Retrieve metadata for tokens on the NEAR blockchain.
get-sui-balances - Get token balances for a Sui blockchain address.
sui-lst - Mint or redeem sSUI tokens using Spring protocol on Sui blockchain.
aftermath-sui-swap - Execute token swaps on the Aftermath DEX on Sui blockchain.
image
Image URL for your agent (recommended: 256x256px or 512x512px square)
categories
Array of tags that categorize your agent.
Example: ["DeFi", "Meme", "Investing"]
chainIds
Array of evm chains your agent operates in. This makes it easier for other people to find your agent and adds context to the LLMs.
Example: [1, 100, 8453, 42161]
version
Track the version of your agent.
Example: "1.0.2"
Last updated