Stay up to date with what’s new across the AIsa platform — API endpoints, documentation, developer tools, and infrastructure changes. Entries are grouped by date, with the most recent changes at the top.Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
April 21, 2026
Agent Discovery Infrastructure
AIsa now publishes three machine-readable discovery endpoints so autonomous agents can find, authenticate with, and invoke AIsa’s capabilities without human intervention.| Endpoint | URL | Protocol |
|---|---|---|
| A2A Agent Card | /.well-known/agent-card.json | Google A2A |
| AI Plugin Manifest | /.well-known/ai-plugin.json | OpenAI Plugin v1 |
| OpenAPI Spec | /openapi.yaml | OpenAPI 3.1.0 |
Access-Control-Allow-Origin: *) so browser-based agents and web applications can fetch them directly. The agent card advertises 13 skills with tags, descriptions, and example queries for programmatic skill matching.
Agent Discovery Guide
Learn how to integrate your agents with AIsa using the A2A protocol, plugin manifest, and OpenAPI spec.
Developer Tools on aisa.one
The main website now includes two new developer-facing pages and an updated navigation structure: API Explorer — An interactive Swagger UI at aisa.one/api-explorer for browsing, testing, and integrating with all 111+ AIsa endpoints directly in the browser. Supports persistent authorization and live request execution. Agent Discovery Page — A visual skill explorer at aisa.one/agent-discovery with search and tag filtering across all 13 skills, integration code examples in Python, TypeScript, and cURL, and a live “Try It” sandbox for testing the discovery-to-invocation flow. Developers Dropdown — The navbar now features a “Developers” dropdown with quick links to Documentation, API Explorer, Agent Discovery, and the OpenAPI Spec.OpenAPI Auto-Sync
A new GitHub Actions workflow automatically consolidates individual OpenAPI specs from the docs repo, validates the generatedopenapi.yaml, and syncs it to the website repository. Slack notifications report success, no-change, or failure outcomes.
URL Migration
All documentation URLs have been migrated fromdocs.aisa.one to aisa.one/docs, and marketplace.aisa.one has been replaced with console.aisa.one. Existing links redirect automatically.
April 20, 2026
Financial API Additions
Two new endpoints have been added to the Financial Data API:| Endpoint | Description |
|---|---|
GET /apis/v1/financial/prices/snapshot | Batch price snapshot for multiple tickers in a single request |
GET /apis/v1/financial/earnings | Earnings data including EPS actuals, estimates, and surprise metrics |
Prediction Market Fixes
Several improvements to the Polymarket and Kalshi API documentation: The Polymarket candlestick and wallet PnL endpoints have been corrected to use query parameters instead of path parameters, matching the actual API behavior. Missing query parameterscondition_id and wallet_address have been added to the relevant endpoints. The pagination example link in the Polymarket spec has been updated to point to the correct location.
Analyst Estimates Correction
The analyst estimates endpoint has been renamed from “Earnings Per Share” to “Analyst Estimates” to accurately reflect its content. The description has been updated to remove references to price targets and analyst counts that are not returned by the endpoint.April 19, 2026
CoinGecko API (23 Endpoints)
A complete CoinGecko integration is now available through AIsa, covering cryptocurrency market data across 23 endpoints. Access coin prices, market charts, OHLC data, trending coins, exchange information, and global market statistics — all through your existing AIsa API key.CoinGecko API Reference
Browse all 23 CoinGecko endpoints with interactive examples.
Video Generation — All 4 Wan Models
The video generation documentation has been expanded to cover all four Wan 2.7 model variants:| Model | Type | Resolution |
|---|---|---|
wan2.7-t2v-1.3B | Text-to-video | 480p |
wan2.7-t2v-14B | Text-to-video | 720p |
wan2.7-i2v-480p-14B | Image-to-video | 480p |
wan2.7-i2v-720p-14B | Image-to-video | 720p |
Navigation Restructure
Documentation tab slugs have been flattened to/guides, /api-reference, and /agent-skills for cleaner URLs and improved navigation.
April 18, 2026
Image Generation Endpoints
Two new image generation pages have been added to the API reference: Image Generation via Chat — Generate images using thewan2.7-image model family through the standard /v1/chat/completions endpoint. This allows image generation within the same conversational interface used for text.
OpenAI-Compatible Image Generations — Generate images using SeedREAM through the /v1/images/generations endpoint, fully compatible with the OpenAI Images API format.
The video task-status endpoint has been corrected to use a path parameter for the task ID, matching the actual API behavior.
April 17, 2026
Twitter/X Action Endpoints
Six new Twitter/X action endpoints are now available, enabling full read-write automation:| Endpoint | Method | Description |
|---|---|---|
/apis/v1/twitter/follow_twitter | POST | Follow a user |
/apis/v1/twitter/unfollow_twitter | POST | Unfollow a user |
/apis/v1/twitter/post_twitter | POST | Post a tweet |
/apis/v1/twitter/like_twitter | POST | Like a tweet |
/apis/v1/twitter/unlike_twitter | POST | Unlike a tweet |
/apis/v1/twitter/auth_twitter | POST | Initiate OAuth linking |